[open-ils-commits] r17256 - trunk/Open-ILS/examples (dbs)

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Aug 18 21:26:35 EDT 2010


Author: dbs
Date: 2010-08-18 21:26:33 -0400 (Wed, 18 Aug 2010)
New Revision: 17256

Modified:
   trunk/Open-ILS/examples/fm_IDL.xml
Log:
Forgot to set the open-ils.pcrud controller for are in r17255

And making the new perm section tab-consistent while I'm at it


Modified: trunk/Open-ILS/examples/fm_IDL.xml
===================================================================
--- trunk/Open-ILS/examples/fm_IDL.xml	2010-08-19 01:24:03 UTC (rev 17255)
+++ trunk/Open-ILS/examples/fm_IDL.xml	2010-08-19 01:26:33 UTC (rev 17256)
@@ -1398,7 +1398,7 @@
 			<link field="item" reltype="has_a" key="id" map="" class="ccbi"/>
 		</links>
 	</class>
-	<class id="are" controller="open-ils.cstore" oils_obj:fieldmapper="authority::record_entry" oils_persist:tablename="authority.record_entry" reporter:label="Authority Record Entry">
+	<class id="are" controller="open-ils.cstore open-ils.pcrud" oils_obj:fieldmapper="authority::record_entry" oils_persist:tablename="authority.record_entry" reporter:label="Authority Record Entry">
 		<fields oils_persist:primary="id" oils_persist:sequence="authority.record_entry_id_seq">
 			<field name="active" reporter:datatype="bool"/>
 			<field name="arn_source" />
@@ -1426,14 +1426,13 @@
 			<link field="fixed_fields" reltype="might_have" key="record" map="" class="ard"/>
 		</links>
 		<permacrud xmlns="http://open-ils.org/spec/opensrf/IDL/permacrud/v1">
-            <actions>
-                <create permission="CREATE_MARC IMPORT_MARC" global_required="true"/>
-                <retrieve/>
-                <update permission="UPDATE_MARC" global_required="true"/>
-                <delete permission="UPDATE_MARC" global_required="true"/>
-            </actions>
-        </permacrud>
-
+			<actions>
+				<create permission="CREATE_MARC IMPORT_MARC" global_required="true"/>
+				<retrieve/>
+				<update permission="UPDATE_MARC" global_required="true"/>
+				<delete permission="UPDATE_MARC" global_required="true"/>
+			</actions>
+		</permacrud>
 	</class>
 	<class id="ard" controller="open-ils.cstore" oils_obj:fieldmapper="authority::record_descriptor" oils_persist:tablename="authority.rec_descriptor" reporter:label="Authority Record Descriptor">
 		<fields oils_persist:primary="id" oils_persist:sequence="authority.rec_descriptor_id_seq">



More information about the open-ils-commits mailing list