[open-ils-commits] r11808 - trunk/Open-ILS/examples

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Jan 12 17:09:57 EST 2009


Author: miker
Date: 2009-01-12 17:09:52 -0500 (Mon, 12 Jan 2009)
New Revision: 11808

Modified:
   trunk/Open-ILS/examples/fm_IDL.xml
Log:
element ordering (apparently) matters to the xsd

Modified: trunk/Open-ILS/examples/fm_IDL.xml
===================================================================
--- trunk/Open-ILS/examples/fm_IDL.xml	2009-01-12 21:29:16 UTC (rev 11807)
+++ trunk/Open-ILS/examples/fm_IDL.xml	2009-01-12 22:09:52 UTC (rev 11808)
@@ -608,8 +608,8 @@
 		<links/>
         <permacrud xmlns="http://open-ils.org/spec/opensrf/IDL/permacrud/v1">
             <actions>
+                <create permission="ADMIN_CIRC_MOD" global_required="true"/>
                 <retrieve/>
-                <create permission="ADMIN_CIRC_MOD" global_required="true"/>
                 <update permission="ADMIN_CIRC_MOD" global_required="true"/>
                 <delete permission="ADMIN_CIRC_MOD" global_required="true"/>
             </actions>



More information about the open-ils-commits mailing list