Skip to content

Commit 12a86f2

Browse files
authored
Merge pull request #30 from codesyntax/erral-uninstall
Delete action on uninstall
2 parents ea999b0 + bf11f01 commit 12a86f2

2 files changed

Lines changed: 17 additions & 0 deletions

File tree

news/+uninstall.bugfix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Remove action on uninstalling @erral
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?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+
</object>
16+
</object>

0 commit comments

Comments
 (0)