mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
client/auth: fix swapped tag deleting and merging
This commit is contained in:
@ -38,8 +38,8 @@ class TagController {
|
||||
canEditImplications: api.hasPrivilege('tags:edit:implications'),
|
||||
canEditSuggestions: api.hasPrivilege('tags:edit:suggestions'),
|
||||
canEditDescription: api.hasPrivilege('tags:edit:description'),
|
||||
canMerge: api.hasPrivilege('tags:delete'),
|
||||
canDelete: api.hasPrivilege('tags:merge'),
|
||||
canMerge: api.hasPrivilege('tags:merge'),
|
||||
canDelete: api.hasPrivilege('tags:delete'),
|
||||
categories: categories,
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user