From 597c45162f4d33cdf01712848895dea4faa85cee Mon Sep 17 00:00:00 2001 From: Gil Forcada Codinachs Date: Mon, 13 Mar 2023 17:37:18 +0100 Subject: [PATCH 1/2] Delete browserDefault.py --- .../CMFPlone/skins/plone_scripts/browserDefault.py | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 src/Products/CMFPlone/skins/plone_scripts/browserDefault.py diff --git a/src/Products/CMFPlone/skins/plone_scripts/browserDefault.py b/src/Products/CMFPlone/skins/plone_scripts/browserDefault.py deleted file mode 100644 index 8c6f782981..0000000000 --- a/src/Products/CMFPlone/skins/plone_scripts/browserDefault.py +++ /dev/null @@ -1,11 +0,0 @@ -## Script (Python) "browserDefault" -##bind container=container -##bind context=context -##bind namespace= -##bind script=script -##bind subpath=traverse_subpath -##parameters= -##title=Set Browser Default - -# Deprecated script -return context.plone_utils.browserDefault(context) From 215f7f20c9efacb775938d8e2096e92729f25c9a Mon Sep 17 00:00:00 2001 From: Gil Forcada Codinachs Date: Mon, 13 Mar 2023 17:38:23 +0100 Subject: [PATCH 2/2] Add news entry --- news/12345678.bugfix | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 news/12345678.bugfix diff --git a/news/12345678.bugfix b/news/12345678.bugfix new file mode 100644 index 0000000000..e414d67b1e --- /dev/null +++ b/news/12345678.bugfix @@ -0,0 +1,2 @@ +Remove deprecated `browserDefault` script. +[gforcada]