[open-ils-commits] r12867 - trunk/Open-ILS/examples (erickson)

svn at svn.open-ils.org svn at svn.open-ils.org
Tue Apr 14 12:10:21 EDT 2009


Author: erickson
Date: 2009-04-14 12:10:16 -0400 (Tue, 14 Apr 2009)
New Revision: 12867

Modified:
   trunk/Open-ILS/examples/fm_IDL.xml
Log:
loosened perms for viewing group tree.  fixed org_unit datatype on pgpt

Modified: trunk/Open-ILS/examples/fm_IDL.xml
===================================================================
--- trunk/Open-ILS/examples/fm_IDL.xml	2009-04-14 15:38:03 UTC (rev 12866)
+++ trunk/Open-ILS/examples/fm_IDL.xml	2009-04-14 16:10:16 UTC (rev 12867)
@@ -2105,7 +2105,7 @@
 			<field name="grp" oils_obj:array_position="4" oils_persist:virtual="false"  reporter:datatype="link" reporter:label="Group"/>
 			<field name="penalty" oils_obj:array_position="5" oils_persist:virtual="false"  reporter:datatype="link" reporter:label="Penalty"/>
 			<field name="threshold" oils_obj:array_position="6" oils_persist:virtual="false" reporter:datatype="float" reporter:label="Threshold"/>
-			<field name="org_unit" oils_obj:array_position="7" oils_persist:virtual="false" reporter:datatype="link" reporter:label="Org Unit"/>
+			<field name="org_unit" oils_obj:array_position="7" oils_persist:virtual="false" reporter:datatype="org_unit" reporter:label="Org Unit"/>
 		</fields>
 		<links>
 			<link field="penalty" reltype="has_a" key="id" map="" class="csp"/>
@@ -3673,7 +3673,7 @@
         <permacrud xmlns="http://open-ils.org/spec/opensrf/IDL/permacrud/v1">
             <actions>
                 <create permission="CREATE_PERM" global_required="true"/>
-                <retrieve permission="CREATE_PERM UPDATE_PERM DELETE_PERM" global_required="true"/>
+                <retrieve permission="STAFF_LOGIN" global_required="true"/>
                 <update permission="UPDATE_PERM" global_required="true"/>
                 <delete permission="DELETE_PERM" global_required="true"/>
             </actions>



More information about the open-ils-commits mailing list