Skip to content

Commit

Permalink
wider "content_status_history" modal
Browse files Browse the repository at this point in the history
  • Loading branch information
petschki committed Jun 28, 2024
1 parent f4650bf commit ef859f8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plone/app/contentmenu/menu.py
Original file line number Diff line number Diff line change
Expand Up @@ -893,6 +893,9 @@ def getMenuItems(self, context, request):
"id": "workflow-transition-advanced",
"separator": "actionSeparator",
"class": "pat-plone-modal",
"modal": json.dumps({
"modalSizeClass": "modal-xl",
}),
},
"submenu": None,
}
Expand Down

0 comments on commit ef859f8

Please sign in to comment.