Skip to content

Commit

Permalink
Merge pull request #67 from plone/contentstatushistory-modal-size
Browse files Browse the repository at this point in the history
Make `content_status_history` modal larger
  • Loading branch information
jensens authored Jul 1, 2024
2 parents f4650bf + a0e534f commit 53dc314
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions news/67.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Wider ``content_status_history`` modal.
[petschki]
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 53dc314

Please sign in to comment.