[open-ils-commits] [GIT] Evergreen ILS branch rel_2_1 updated. 990860ee652edd953e3490e68e67efb399391ba3

Evergreen Git git at git.evergreen-ils.org
Tue Oct 4 11:58:35 EDT 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, rel_2_1 has been updated
       via  990860ee652edd953e3490e68e67efb399391ba3 (commit)
      from  aee5957849a41fda30b9305b151b1edc2872b911 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 990860ee652edd953e3490e68e67efb399391ba3
Author: Lebbeous Fogle-Weekley <lebbeous at esilibrary.com>
Date:   Fri Sep 30 13:37:58 2011 -0400

    link asset.copy_template.status to config.copy_status in the IDL
    
    If nothing else, this provides a dropdown for status in the copy
    template editor (the one for Serials, under the admin menus, not the
    one on the copy editing interface).
    
    Signed-off-by: Lebbeous Fogle-Weekley <lebbeous at esilibrary.com>
    Signed-off-by: Dan Wells <dbw2 at calvin.edu>

diff --git a/Open-ILS/examples/fm_IDL.xml b/Open-ILS/examples/fm_IDL.xml
index 724e8f5..07f870e 100644
--- a/Open-ILS/examples/fm_IDL.xml
+++ b/Open-ILS/examples/fm_IDL.xml
@@ -4868,7 +4868,7 @@ SELECT  usr,
 			<field reporter:label="Edit Date" name="edit_date" reporter:datatype="timestamp"/>
 			<field reporter:label="Name" name="name" reporter:datatype="text"/>
 			<field reporter:label="Circ Lib" name="circ_lib" reporter:datatype="link"/>
-			<field reporter:label="Status" name="status" reporter:datatype="int"/>
+			<field reporter:label="Status" name="status" reporter:datatype="link"/>
 			<field reporter:label="Location" name="location" reporter:datatype="link"/>
 			<field reporter:label="Loan Duration" name="loan_duration" reporter:datatype="int"/>
 			<field reporter:label="Fine Level" name="fine_level" reporter:datatype="int"/>
@@ -4891,6 +4891,7 @@ SELECT  usr,
 			<link field="creator" reltype="has_a" key="id" map="" class="au"/>
 			<link field="editor" reltype="has_a" key="id" map="" class="au"/>
 			<link field="circ_lib" reltype="has_a" key="id" map="" class="aou"/>
+			<link field="status" reltype="has_a" key="id" map="" class="ccs"/>
 			<link field="circ_modifier" reltype="has_a" key="code" map="" class="ccm"/>
 			<link field="location" reltype="has_a" key="id" map="" class="acpl"/>
 		</links>

-----------------------------------------------------------------------

Summary of changes:
 Open-ILS/examples/fm_IDL.xml |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list