We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eedd450 commit 7e26674Copy full SHA for 7e26674
backend/src/tagung/plone/de/permissions.zcml
@@ -18,6 +18,11 @@
18
title="Tagung: Add Talk"
19
/>
20
21
+ <permission
22
+ id="tagung.AddSponsor"
23
+ title="Tagung: Add Sponsor"
24
+ />
25
+
26
</configure>
27
28
backend/src/tagung/plone/de/profiles/default/types/Sponsor.xml
@@ -28,7 +28,7 @@
-->
29
</property>
30
<!-- Schema, class and security -->
31
- <property name="add_permission">tagung.plone.de.AddSponsor</property>
+ <property name="add_permission">tagung.AddSponsor</property>
32
<property name="klass">tagung.plone.de.content.sponsor.Sponsor</property>
33
<property name="model_file" />
34
<property name="model_source" />
0 commit comments