mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: mods should be able to grant badges in post wrench (#5522)
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user