client+server: add tag category ordering feature

Fixes  #209
This commit is contained in:
neobooru
2020-09-19 22:54:26 +02:00
parent 1ef0419dc2
commit 06ad8b1882
12 changed files with 87 additions and 4 deletions

View File

@ -26,6 +26,7 @@ class TagCategoriesController {
tagCategories: this._tagCategories,
canEditName: api.hasPrivilege("tagCategories:edit:name"),
canEditColor: api.hasPrivilege("tagCategories:edit:color"),
canEditOrder: api.hasPrivilege("tagCategories:edit:order"),
canDelete: api.hasPrivilege("tagCategories:delete"),
canCreate: api.hasPrivilege("tagCategories:create"),
canSetDefault: api.hasPrivilege(