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

svn at svn.open-ils.org svn at svn.open-ils.org
Sat Jan 31 15:50:21 EST 2009


Author: miker
Date: 2009-01-31 15:50:17 -0500 (Sat, 31 Jan 2009)
New Revision: 12022

Modified:
   trunk/Open-ILS/examples/fm_IDL.xml
   trunk/Open-ILS/examples/permacrud.xsd
Log:
adding jump attr to the xsd; adding jump to asva

Modified: trunk/Open-ILS/examples/fm_IDL.xml
===================================================================
--- trunk/Open-ILS/examples/fm_IDL.xml	2009-01-31 17:10:37 UTC (rev 12021)
+++ trunk/Open-ILS/examples/fm_IDL.xml	2009-01-31 20:50:17 UTC (rev 12022)
@@ -672,6 +672,7 @@
 			<field reporter:label="Processing Group Context Field" name="group_field" oils_obj:array_position="13" oils_persist:virtual="false"  reporter:datatype="text"/>
 			<field reporter:label="Template" name="template" oils_obj:array_position="14" oils_persist:virtual="false"  reporter:datatype="text"/>
 			<field reporter:label="Environmet Entries" name="env" oils_obj:array_position="15" oils_persist:virtual="true"  reporter:datatype="link"/>
+			<field reporter:label="Parameters" name="params" oils_obj:array_position="16" oils_persist:virtual="true"  reporter:datatype="link"/>
 		</fields>
 		<links>
 			<link field="owner" reltype="has_a" key="id" map="" class="aou"/>
@@ -681,6 +682,7 @@
 			<link field="cleanup_success" reltype="has_a" key="id" map="" class="atclean"/>
 			<link field="cleanup_failure" reltype="has_a" key="id" map="" class="atclean"/>
 			<link field="env" reltype="has_many" key="id" map="" class="atenv"/>
+			<link field="params" reltype="has_many" key="id" map="" class="atevparam"/>
 		</links>
 	</class>
 

Modified: trunk/Open-ILS/examples/permacrud.xsd
===================================================================
--- trunk/Open-ILS/examples/permacrud.xsd	2009-01-31 17:10:37 UTC (rev 12021)
+++ trunk/Open-ILS/examples/permacrud.xsd	2009-01-31 20:50:17 UTC (rev 12022)
@@ -34,6 +34,7 @@
 <xs:element name="context" nillable="true">
  <xs:complexType>
   <xs:attribute name="link"/>
+  <xs:attribute name="jump"/>
   <xs:attribute name="field" use="required"/>
   <xs:attribute name="global_required"/>
  </xs:complexType>



More information about the open-ils-commits mailing list