client/auth: fix swapped tag deleting and merging
This commit is contained in:
parent
34022d8fc8
commit
3ff48667a0
|
@ -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,
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue