mirror of
https://github.com/discourse/discourse.git
synced 2025-09-12 21:10:47 +08:00
FIX: mods should be able to grant badges in post wrench (#5522)
This commit is contained in:
parent
dc97239040
commit
afaf9fd54c
1 changed files with 2 additions and 0 deletions
|
@ -64,7 +64,9 @@ export function buildManageButtons(attrs, currentUser) {
|
|||
action: 'changePostOwner',
|
||||
className: 'change-owner'
|
||||
});
|
||||
}
|
||||
|
||||
if (currentUser.staff) {
|
||||
contents.push({
|
||||
icon: 'certificate',
|
||||
label: 'post.controls.grant_badge',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue