[open-ils-commits] [GIT] Evergreen ILS branch rel_2_0 updated. 6b1cdad10b6f5adacd07a8956dc8c1da490b4908
Evergreen Git
git at git.evergreen-ils.org
Tue Oct 4 12:23:16 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_0 has been updated
via 6b1cdad10b6f5adacd07a8956dc8c1da490b4908 (commit)
from 652671db71b47895456f57500ecfb8bc97d6e98c (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 6b1cdad10b6f5adacd07a8956dc8c1da490b4908
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 56d1d91..8088e35 100644
--- a/Open-ILS/examples/fm_IDL.xml
+++ b/Open-ILS/examples/fm_IDL.xml
@@ -4513,7 +4513,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"/>
@@ -4536,6 +4536,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