FIX: ensures moderation history is accessible from topic/post admin menu (#10118)

This commit is contained in:
Joffrey JAFFEUX 2020-06-24 10:49:47 +02:00 committed by GitHub
parent 75151f0457
commit df1f804400
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ createWidget("post-admin-menu-button", {
return this.attach("button", {
className: attrs.className,
action: attrs.action,
url: attrs.url,
icon: attrs.icon,
label: attrs.label,
secondaryAction: attrs.secondaryAction