mirror of
https://git.victorphan.net/basketballcantho/Teedy_custom.git
synced 2026-08-05 22:03:11 +07:00
Closes #237: prevent tag circular reference
This commit is contained in:
@@ -219,7 +219,9 @@
|
||||
"name": "Name",
|
||||
"color": "Color",
|
||||
"parent": "Parent",
|
||||
"info": "Permissions on this tag will also be applied to documents tagged <span class=\"label label-info\" ng-style=\"{ 'background': color }\">{{ name }}</span>"
|
||||
"info": "Permissions on this tag will also be applied to documents tagged <span class=\"label label-info\" ng-style=\"{ 'background': color }\">{{ name }}</span>",
|
||||
"circular_reference_title": "Circular reference",
|
||||
"circular_reference_message": "The hierarchy of parent tags makes a loop, please choose another parent."
|
||||
}
|
||||
},
|
||||
"group": {
|
||||
|
||||
Reference in New Issue
Block a user