mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-20 17:15:51 +02:00
Use [[PARENT]] instead of [[PARENT_NAME]] placeholder.
This commit is contained in:
parent
bd6a0de0a2
commit
22a200e261
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ const PLACEHOLDERS = {
|
|||
['[[ID]]', 'storelocation.id'],
|
||||
['[[NAME]]', 'storelocation.name'],
|
||||
['[[FULL_PATH]]', 'storelocation.full_path'],
|
||||
['[[PARENT_NAME]]', 'storelocation.parent_name'],
|
||||
['[[PARENT]]', 'storelocation.parent_name'],
|
||||
['[[PARENT_FULL_PATH]]', 'storelocation.parent_full_path'],
|
||||
['[[COMMENT]]', 'storelocation.comment'],
|
||||
['[[COMMENT_T]]', 'storelocation.comment_t'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue