[open-ils-commits] r19194 - branches/rel_2_0/Open-ILS/examples (erickson)

svn at svn.open-ils.org svn at svn.open-ils.org
Tue Jan 18 15:00:57 EST 2011


Author: erickson
Date: 2011-01-18 15:00:52 -0500 (Tue, 18 Jan 2011)
New Revision: 19194

Modified:
   branches/rel_2_0/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: branches/rel_2_0/Open-ILS/examples/fm_IDL.xml
===================================================================
--- branches/rel_2_0/Open-ILS/examples/fm_IDL.xml	2011-01-18 19:57:55 UTC (rev 19193)
+++ branches/rel_2_0/Open-ILS/examples/fm_IDL.xml	2011-01-18 20:00:52 UTC (rev 19194)
@@ -2463,14 +2463,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