[open-ils-commits] r15591 - trunk/Open-ILS/examples (erickson)

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Feb 18 17:43:37 EST 2010


Author: erickson
Date: 2010-02-18 17:43:31 -0500 (Thu, 18 Feb 2010)
New Revision: 15591

Modified:
   trunk/Open-ILS/examples/fm_IDL.xml
Log:
added missing need_before column to acq user request.  Added pcrud entries for lineitem marc attr def class

Modified: trunk/Open-ILS/examples/fm_IDL.xml
===================================================================
--- trunk/Open-ILS/examples/fm_IDL.xml	2010-02-18 21:10:13 UTC (rev 15590)
+++ trunk/Open-ILS/examples/fm_IDL.xml	2010-02-18 22:43:31 UTC (rev 15591)
@@ -4384,6 +4384,7 @@
 			<field reporter:label="Publication Date" name="pubdate" reporter:datatype="text" />
 			<field reporter:label="Mentioned In" name="mentioned" reporter:datatype="text" />
 			<field reporter:label="Other Info" name="other_info" reporter:datatype="text" />
+			<field reporter:label="Need Before Date" name="need_before" reporter:datatype="timestamp" />
 		</fields>
 		<links>
 			<link field="usr" reltype="has_a" key="id" map="" class="au"/>
@@ -5262,7 +5263,7 @@
 		</permacrud>
 	</class>
 
-	<class id="acqlimad" controller="open-ils.cstore open-ils.reporter-store" oils_obj:fieldmapper="acq::lineitem_marc_attr_definition" oils_persist:tablename="acq.lineitem_marc_attr_definition" reporter:label="Line Item MARC Attribute Definition">
+	<class id="acqlimad" controller="open-ils.cstore open-ils.pcrud" oils_obj:fieldmapper="acq::lineitem_marc_attr_definition" oils_persist:tablename="acq.lineitem_marc_attr_definition" reporter:label="Line Item MARC Attribute Definition">
 		<fields oils_persist:primary="id" oils_persist:sequence="acq.lineitem_attr_definition_id_seq">
 			<field reporter:label="Definition ID" name="id" reporter:datatype="id" />
 			<field reporter:label="Code" name="code" reporter:datatype="text" />
@@ -5271,6 +5272,14 @@
 			<field reporter:label="Is Identifier?" name="ident" reporter:datatype="bool"/>
 		</fields>
 		<links/>
+        <permacrud>
+            <actions>
+                <create permission="ADMIN_LINEITEM_MARC_ATTR_DEF" global_required="true"/>
+                <retrieve />
+                <update permission="ADMIN_LINEITEM_MARC_ATTR_DEF" global_required="true"/>
+                <delete permission="ADMIN_LINEITEM_MARC_ATTR_DEF" global_required="true"/>
+            </actions>
+        </permacrud>
 	</class>
 
 	<class id="acqligad" controller="open-ils.cstore open-ils.reporter-store" oils_obj:fieldmapper="acq::lineitem_generated_attr_definition" oils_persist:tablename="acq.lineitem_generated_attr_definition" reporter:label="Line Item Generated Attribute Definition">



More information about the open-ils-commits mailing list