Skip to content

Commit 7e26674

Browse files
committed
fix content-type sponsor permission xml
1 parent eedd450 commit 7e26674

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

backend/src/tagung/plone/de/permissions.zcml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@
1818
title="Tagung: Add Talk"
1919
/>
2020

21+
<permission
22+
id="tagung.AddSponsor"
23+
title="Tagung: Add Sponsor"
24+
/>
25+
2126
</configure>
2227
</configure>
2328
</configure>

backend/src/tagung/plone/de/profiles/default/types/Sponsor.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
-->
2929
</property>
3030
<!-- Schema, class and security -->
31-
<property name="add_permission">tagung.plone.de.AddSponsor</property>
31+
<property name="add_permission">tagung.AddSponsor</property>
3232
<property name="klass">tagung.plone.de.content.sponsor.Sponsor</property>
3333
<property name="model_file" />
3434
<property name="model_source" />

0 commit comments

Comments
 (0)