Skip to content

Commit

Permalink
Merge pull request #70 from plone/rohnsha0-plone-pat-modal-redirection
Browse files Browse the repository at this point in the history
Fixes plone-pat-modal redirection issue after changing state from content menu
  • Loading branch information
rohnsha0 authored Aug 19, 2024
2 parents 3685c90 + 4d14889 commit c0f49ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions news/3989.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fixes pat-plone-modal redirection issue after changing state from content menu [rohnsha0]
1 change: 1 addition & 0 deletions plone/app/contentmenu/menu.py
Original file line number Diff line number Diff line change
Expand Up @@ -896,6 +896,7 @@ def getMenuItems(self, context, request):
"modal": json.dumps(
{
"modalSizeClass": "modal-xl",
"actionOptions": {"redirectOnResponse": True},
}
),
},
Expand Down

0 comments on commit c0f49ec

Please sign in to comment.