client/auth: fix swapped tag deleting and merging
This commit is contained in:
parent
34022d8fc8
commit
3ff48667a0
1 changed files with 2 additions and 2 deletions
|
@ -38,8 +38,8 @@ class TagController {
|
||||||
canEditImplications: api.hasPrivilege('tags:edit:implications'),
|
canEditImplications: api.hasPrivilege('tags:edit:implications'),
|
||||||
canEditSuggestions: api.hasPrivilege('tags:edit:suggestions'),
|
canEditSuggestions: api.hasPrivilege('tags:edit:suggestions'),
|
||||||
canEditDescription: api.hasPrivilege('tags:edit:description'),
|
canEditDescription: api.hasPrivilege('tags:edit:description'),
|
||||||
canMerge: api.hasPrivilege('tags:delete'),
|
canMerge: api.hasPrivilege('tags:merge'),
|
||||||
canDelete: api.hasPrivilege('tags:merge'),
|
canDelete: api.hasPrivilege('tags:delete'),
|
||||||
categories: categories,
|
categories: categories,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue