diff --git a/news/67.bugfix b/news/67.bugfix new file mode 100644 index 0000000..8ca3fb8 --- /dev/null +++ b/news/67.bugfix @@ -0,0 +1,2 @@ +Wider ``content_status_history`` modal. +[petschki] diff --git a/plone/app/contentmenu/menu.py b/plone/app/contentmenu/menu.py index e752899..e8c1e5f 100644 --- a/plone/app/contentmenu/menu.py +++ b/plone/app/contentmenu/menu.py @@ -893,6 +893,11 @@ def getMenuItems(self, context, request): "id": "workflow-transition-advanced", "separator": "actionSeparator", "class": "pat-plone-modal", + "modal": json.dumps( + { + "modalSizeClass": "modal-xl", + } + ), }, "submenu": None, }