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

svn at svn.open-ils.org svn at svn.open-ils.org
Tue Jan 18 14:58:00 EST 2011


Author: erickson
Date: 2011-01-18 14:57:55 -0500 (Tue, 18 Jan 2011)
New Revision: 19193

Modified:
   trunk/Open-ILS/examples/fm_IDL.xml
Log:
user saved searches are only accessible to the originating user; remove (incorrect) permacrud config for usr_saved_searches

Modified: trunk/Open-ILS/examples/fm_IDL.xml
===================================================================
--- trunk/Open-ILS/examples/fm_IDL.xml	2011-01-18 18:35:04 UTC (rev 19192)
+++ trunk/Open-ILS/examples/fm_IDL.xml	2011-01-18 19:57:55 UTC (rev 19193)
@@ -2472,14 +2472,6 @@
 		<links>
 			<link field="owner" reltype="has_a" key="id" map="" class="au"/>
 		</links>
-		<permacrud xmlns="http://open-ils.org/spec/opensrf/IDL/permacrud/v1">
-			<actions>
-				<create permission="ADMIN_HARD_DUE_DATE" global_required="true" />
-				<retrieve />
-				<update permission="ADMIN_HARD_DUE_DATE" global_required="true" />
-				<delete permission="ADMIN_HARD_DUE_DATE" global_required="true" />
-			</actions>
-		</permacrud>
 	</class>
 
 	<class id="acnn" controller="open-ils.cstore open-ils.pcrud" oils_obj:fieldmapper="asset::call_number_note" oils_persist:tablename="asset.call_number_note" reporter:label="Call Number Note">



More information about the open-ils-commits mailing list