From: dbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Date: Thu, 19 Aug 2010 01:26:33 +0000 (+0000)
Subject: Forgot to set the open-ils.pcrud controller for are in r17255
X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=8947d1347f1cab632c648441559aeb9eba8fa1b0;p=evergreen%2Ftadl.git

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


git-svn-id: svn://svn.open-ils.org/ILS/trunk@17256 dcc99617-32d9-48b4-a31d-7c20da2025e4
---

diff --git a/Open-ILS/examples/fm_IDL.xml b/Open-ILS/examples/fm_IDL.xml
index 902c10afec..df5c59c8e3 100644
--- a/Open-ILS/examples/fm_IDL.xml
+++ b/Open-ILS/examples/fm_IDL.xml
@@ -1398,7 +1398,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA
 			<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 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA
 			<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">