Use [[PARENT]] instead of [[PARENT_NAME]] placeholder.

This commit is contained in:
Jan Böhmer 2020-05-08 13:57:16 +02:00
parent bd6a0de0a2
commit 22a200e261

View file

@ -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'],