mirror of
https://github.com/discourse/discourse.git
synced 2024-12-02 05:29:17 -06:00
FIX: ensures moderation history is accessible from topic/post admin menu (#10118)
This commit is contained in:
parent
75151f0457
commit
df1f804400
@ -14,6 +14,7 @@ createWidget("post-admin-menu-button", {
|
|||||||
return this.attach("button", {
|
return this.attach("button", {
|
||||||
className: attrs.className,
|
className: attrs.className,
|
||||||
action: attrs.action,
|
action: attrs.action,
|
||||||
|
url: attrs.url,
|
||||||
icon: attrs.icon,
|
icon: attrs.icon,
|
||||||
label: attrs.label,
|
label: attrs.label,
|
||||||
secondaryAction: attrs.secondaryAction
|
secondaryAction: attrs.secondaryAction
|
||||||
|
Loading…
Reference in New Issue
Block a user