Forgot to set the open-ils.pcrud controller for are in r17255
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 19 Aug 2010 01:26:33 +0000 (01:26 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 19 Aug 2010 01:26:33 +0000 (01:26 +0000)
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

Open-ILS/examples/fm_IDL.xml

index 902c10a..df5c59c 100644 (file)
@@ -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">