[open-ils-commits] r11378 - trunk/Open-ILS/examples
svn at svn.open-ils.org
svn at svn.open-ils.org
Tue Dec 2 18:56:25 EST 2008
Author: erickson
Date: 2008-12-02 18:56:25 -0500 (Tue, 02 Dec 2008)
New Revision: 11378
Modified:
trunk/Open-ILS/examples/fm_IDL.xml
Log:
added permacrud entries for z3950 sources
Modified: trunk/Open-ILS/examples/fm_IDL.xml
===================================================================
--- trunk/Open-ILS/examples/fm_IDL.xml 2008-12-02 19:36:39 UTC (rev 11377)
+++ trunk/Open-ILS/examples/fm_IDL.xml 2008-12-02 23:56:25 UTC (rev 11378)
@@ -552,6 +552,14 @@
<links>
<link field="attrs" reltype="has_many" key="source" map="" class="cza"/>
</links>
+ <permacrud xmlns="http://open-ils.org/spec/opensrf/IDL/permacrud/v1">
+ <actions>
+ <create permission="ADMIN_Z3950_SOURCE" global_required="true"/>
+ <retrieve/>
+ <update permission="ADMIN_Z3950_SOURCE" global_required="true"/>
+ <delete permission="ADMIN_Z3950_SOURCE" global_required="true"/>
+ </actions>
+ </permacrud>
</class>
<class id="cza" controller="open-ils.cstore" oils_obj:fieldmapper="config::z3950_attr" oils_persist:tablename="config.z3950_attr" reporter:label="Z39.50 Attribute">
More information about the open-ils-commits
mailing list