We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ea999b0 + bf11f01 commit 12a86f2Copy full SHA for 12a86f2
2 files changed
news/+uninstall.bugfix
@@ -0,0 +1 @@
1
+Remove action on uninstalling @erral
src/cs_dynamicpages/profiles/uninstall/actions.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="utf-8"?>
2
+<object xmlns:i18n="http://xml.zope.org/namespaces/i18n"
3
+ meta_type="Plone Actions Tool"
4
+ name="portal_actions"
5
+>
6
+ <object meta_type="CMF Action Category"
7
+ name="object"
8
+ >
9
+ <object meta_type="CMF Action"
10
+ name="manage_dynamic_pages_templates"
11
+ remove="true"
12
13
+
14
+ </object>
15
16
+</object>
0 commit comments