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 ff3d123
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions plone/app/contentmenu/menu.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}
Expand Down

0 comments on commit ff3d123

Please sign in to comment.