[open-ils-commits] r9150 - trunk/Open-ILS/examples
svn at svn.open-ils.org
svn at svn.open-ils.org
Thu Mar 27 02:51:08 EDT 2008
Author: miker
Date: 2008-03-27 02:15:43 -0400 (Thu, 27 Mar 2008)
New Revision: 9150
Modified:
trunk/Open-ILS/examples/fm_IDL.xml
Log:
adding "at least one, please!" check to org types
Modified: trunk/Open-ILS/examples/fm_IDL.xml
===================================================================
--- trunk/Open-ILS/examples/fm_IDL.xml 2008-03-27 05:26:22 UTC (rev 9149)
+++ trunk/Open-ILS/examples/fm_IDL.xml 2008-03-27 06:15:43 UTC (rev 9150)
@@ -1922,7 +1922,7 @@
<permacrud xmlns="http://open-ils.org/spec/opensrf/IDL/permacrud/v1">
<actions>
<create permission="CREATE_ORG_TYPE" global_required="true"/>
- <retrieve/>
+ <retrieve permission="CREATE_ORG_UNIT|UPDATE_ORG_UNIT|DELETE_ORG_UNIT" global_required="true"/>
<update permission="UPDATE_ORG_TYPE" global_required="true"/>
<delete permission="DELETE_ORG_TYPE" global_required="true"/>
</actions>
More information about the open-ils-commits
mailing list