From 1f4cbb68d256dac0a3aa3e27971c3b7391cdd51f Mon Sep 17 00:00:00 2001 From: Fulvio Casali Date: Wed, 14 Oct 2020 00:43:36 -0700 Subject: [PATCH 1/2] Remove unused redirectOnResponse on delete action #3197 --- Products/CMFPlone/profiles/default/actions.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Products/CMFPlone/profiles/default/actions.xml b/Products/CMFPlone/profiles/default/actions.xml index 1035539623..9c793b93b5 100644 --- a/Products/CMFPlone/profiles/default/actions.xml +++ b/Products/CMFPlone/profiles/default/actions.xml @@ -189,7 +189,7 @@ True - {"actionOptions": {"disableAjaxFormSubmit":true, "redirectOnResponse":true}} + {"actionOptions": {"disableAjaxFormSubmit":true}} Rename @@ -269,7 +269,7 @@ True - {"prependContent": ".portalMessage", "title": "Log in", "width": "26em", "actionOptions": {"redirectOnResponse": true}} + {"prependContent": ".portalMessage", "title": "Log in", "width": "26em", "actionOptions": {"ReResponse": true}} Register From c7b97ed08128035093cea5d8c9a868f6d0dd6580 Mon Sep 17 00:00:00 2001 From: Fulvio Casali Date: Wed, 14 Oct 2020 00:50:56 -0700 Subject: [PATCH 2/2] Create 3197.bugfix --- news/3197.bugfix | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 news/3197.bugfix diff --git a/news/3197.bugfix b/news/3197.bugfix new file mode 100644 index 0000000000..b64a6191f5 --- /dev/null +++ b/news/3197.bugfix @@ -0,0 +1,2 @@ +Toolbar action: Remove unused redirectOnResponse from modal actionOptions. (#3197) +[fulv]