[open-ils-commits] r10491 - trunk/Open-ILS/examples
svn at svn.open-ils.org
svn at svn.open-ils.org
Sat Aug 30 12:04:41 EDT 2008
Author: erickson
Date: 2008-08-30 12:04:39 -0400 (Sat, 30 Aug 2008)
New Revision: 10491
Modified:
trunk/Open-ILS/examples/fm_IDL.xml
Log:
make vandelay attr defs world readable
Modified: trunk/Open-ILS/examples/fm_IDL.xml
===================================================================
--- trunk/Open-ILS/examples/fm_IDL.xml 2008-08-30 16:03:13 UTC (rev 10490)
+++ trunk/Open-ILS/examples/fm_IDL.xml 2008-08-30 16:04:39 UTC (rev 10491)
@@ -207,7 +207,10 @@
<permacrud xmlns="http://open-ils.org/spec/opensrf/IDL/permacrud/v1">
<actions>
<create permission="CREATE_BIB_IMPORT_FIELD_DEF" global_required="true"/>
+ <retrieve/>
+ <!--
<retrieve permission="CREATE_BIB_IMPORT_IMPORT_FIELD_DEF|UPDATE_BIB_IMPORT_IMPORT_FIELD_DEF|DELETE_BIB_IMPORT_IMPORT_FIELD_DEF" global_required="true"/>
+ -->
<update permission="UPDATE_BIB_IMPORT_IMPORT_FIELD_DEF" global_required="true"/>
<delete permission="DELETE_BIB_IMPORT_IMPORT_FIELD_DEF" global_required="true"/>
</actions>
@@ -334,7 +337,10 @@
<permacrud xmlns="http://open-ils.org/spec/opensrf/IDL/permacrud/v1">
<actions>
<create permission="CREATE_AUTHORITY_IMPORT_IMPORT_FIELD_DEF" global_required="true"/>
+ <retrieve/>
+ <!--
<retrieve permission="CREATE_AUTHORITY_IMPORT_IMPORT_FIELD_DEF|UPDATE_AUTHORITY_IMPORT_IMPORT_FIELD_DEF|DELETE_AUTHORITY_IMPORT_IMPORT_FIELD_DEF" global_required="true"/>
+ -->
<update permission="UPDATE_AUTHORITY_IMPORT_IMPORT_FIELD_DEF" global_required="true"/>
<delete permission="DELETE_AUTHORITY_IMPORT_IMPORT_FIELD_DEF" global_required="true"/>
</actions>
More information about the open-ils-commits
mailing list