[open-ils-commits] r10572 - trunk/Open-ILS/examples

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Sep 10 21:48:52 EDT 2008


Author: erickson
Date: 2008-09-10 21:48:50 -0400 (Wed, 10 Sep 2008)
New Revision: 10572

Modified:
   trunk/Open-ILS/examples/fm_IDL.xml
Log:
added permacrud handlers for authority record notes

Modified: trunk/Open-ILS/examples/fm_IDL.xml
===================================================================
--- trunk/Open-ILS/examples/fm_IDL.xml	2008-09-10 03:09:02 UTC (rev 10571)
+++ trunk/Open-ILS/examples/fm_IDL.xml	2008-09-11 01:48:50 UTC (rev 10572)
@@ -1644,6 +1644,14 @@
 		<links>
 			<link field="record" reltype="has_a" key="id" map="" class="are"/>
 		</links>
+        <permacrud xmlns="http://open-ils.org/spec/opensrf/IDL/permacrud/v1">
+            <actions>
+                <create permission="CREATE_AUTHORITY_RECORD_NOTE" global_required='true'/>
+                <retrieve permission="VIEW_AUTHORITY_RECORD_NOTES" global_required='true'/>
+                <update permission="UPDATE_AUTHORITY_RECORD_NOTE" global_required='true'/>
+                <delete permission="DELETE_AUTHORITY_RECORD_NOTE" global_required='true'/>
+            </actions>
+        </permacrud>
 	</class>
 	<class id="circ" controller="open-ils.cstore" oils_obj:fieldmapper="action::circulation" oils_persist:tablename="action.circulation" reporter:core="true" reporter:label="Circulation">
 		<fields oils_persist:primary="id" oils_persist:sequence="money.billable_xact_id_seq">



More information about the open-ils-commits mailing list