create special permission and role for managing concepts via XML-RPC
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@1454 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
parent
fafa3bcc87
commit
e6e72dad8f
1 changed files with 14 additions and 1 deletions
|
@ -5,6 +5,19 @@
|
||||||
xmlns="http://namespaces.zope.org/xmlrpc"
|
xmlns="http://namespaces.zope.org/xmlrpc"
|
||||||
i18n_domain="zope">
|
i18n_domain="zope">
|
||||||
|
|
||||||
|
<zope:permission
|
||||||
|
id="loops.xmlrpc.ManageConcepts"
|
||||||
|
title="[xmlrpc-manage-concepts-permission] Manage Concepts"
|
||||||
|
/>
|
||||||
|
|
||||||
|
<zope:role
|
||||||
|
id="loops.xmlrpc.ConceptManager"
|
||||||
|
title="[xmlrpc-manage-concepts-role] loops: Concept Manager (XML-RPC)" />
|
||||||
|
|
||||||
|
<zope:grant
|
||||||
|
permission="loops.xmlrpc.ManageConcepts"
|
||||||
|
role="loops.xmlrpc.ConceptManager" />
|
||||||
|
|
||||||
<view
|
<view
|
||||||
name="xrf"
|
name="xrf"
|
||||||
for="loops.interfaces.ILoops"
|
for="loops.interfaces.ILoops"
|
||||||
|
@ -13,7 +26,7 @@
|
||||||
getDefaultPredicate getTypePredicate getTypeConcept
|
getDefaultPredicate getTypePredicate getTypeConcept
|
||||||
getConceptTypes getPredicates
|
getConceptTypes getPredicates
|
||||||
getChildren getParents"
|
getChildren getParents"
|
||||||
permission="zope.ManageContent"
|
permission="loops.xmlrpc.ManageConcepts"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
</configure>
|
</configure>
|
||||||
|
|
Loading…
Add table
Reference in a new issue