[open-ils-commits] ***SPAM*** [GIT] Evergreen ILS branch rel_2_7 updated. b9cce869e43ea9c4d69aad8973e0c81e324f0002

Evergreen Git git at git.evergreen-ils.org
Thu Jan 22 15:30:07 EST 2015


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_7 has been updated
       via  b9cce869e43ea9c4d69aad8973e0c81e324f0002 (commit)
       via  c888fd592c61ef92cf939d79520995d261e2456a (commit)
      from  6c64a39cc5dc55333d97d4d92dbbe5648f8e37d9 (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 b9cce869e43ea9c4d69aad8973e0c81e324f0002
Author: Chris Sharp <csharp at georgialibraries.org>
Date:   Tue May 6 13:20:20 2014 -0400

    LP#1310619: Changing relationship between rcil and legacy stat cats to "might_have".
    
    After discussion with Mike Rylander, I've changed "has_a" to "might_have"
    to make left joining rcil and legacy stat cat sources the default behavior.
    
    For reference, see: http://irc.evergreen-ils.org/evergreen/2014-05-06#i_95055
    
    Signed-off-by: Chris Sharp <csharp at georgialibraries.org>
    Signed-off-by: Ben Shum <bshum at biblio.org>

diff --git a/Open-ILS/examples/fm_IDL.xml b/Open-ILS/examples/fm_IDL.xml
index 46a50d8..315b975 100644
--- a/Open-ILS/examples/fm_IDL.xml
+++ b/Open-ILS/examples/fm_IDL.xml
@@ -10862,8 +10862,8 @@ SELECT  usr,
             <link field="creator" reltype="has_a" key="id" map="" class="au"/>
             <link field="age_protect" reltype="has_a" key="id" map="" class="crahp"/>
             <link field="status" reltype="has_a" key="id" map="" class="ccs"/>
-            <link field="stat_cat_1" reltype="has_a" key="id" map="" class="rsce1"/>
-            <link field="stat_cat_2" reltype="has_a" key="id" map="" class="rsce2"/>
+            <link field="stat_cat_1" reltype="might_have" key="id" map="" class="rsce1"/>
+	    <link field="stat_cat_2" reltype="might_have" key="id" map="" class="rsce2"/>
         </links>
     </class>
 

commit c888fd592c61ef92cf939d79520995d261e2456a
Author: Chris Sharp <csharp at georgialibraries.org>
Date:   Mon Apr 21 09:10:28 2014 -0400

    LP#1310619: Add links in reporter.classic_item_list to legacy_cat1 and legacy_cat2 views.
    
    Currently, the reporter.classic_item_list view has the Legacy Cat 1 and 2
    fields defined as "text", not "link", so all it will report out is the ID
    number of the stat cat.  We want nullability control over stat cat entries,
    so these need to be "link".
    
    Signed-off-by: Chris Sharp <csharp at georgialibraries.org>
    Signed-off-by: Ben Shum <bshum at biblio.org>

diff --git a/Open-ILS/examples/fm_IDL.xml b/Open-ILS/examples/fm_IDL.xml
index bab18da..46a50d8 100644
--- a/Open-ILS/examples/fm_IDL.xml
+++ b/Open-ILS/examples/fm_IDL.xml
@@ -10832,8 +10832,8 @@ SELECT  usr,
             <field reporter:label="Use Count" name="use_count" reporter:datatype="int"/>
             <field reporter:label="Circ Modifier" name="circ_modifier" reporter:datatype="text"/>
             <field reporter:label="Shelving Location Name" name="shelving_location" reporter:datatype="text"/>
-            <field reporter:label="Legacy Stat Cat 1" name="stat_cat_1" reporter:datatype="text"/>
-            <field reporter:label="Legacy Stat Cat 2" name="stat_cat_2" reporter:datatype="text"/>
+            <field reporter:label="Legacy Stat Cat 1" name="stat_cat_1" reporter:datatype="link"/>
+            <field reporter:label="Legacy Stat Cat 2" name="stat_cat_2" reporter:datatype="link"/>
             <field reporter:label="Legacy Stat Cat 1 Value" name="stat_cat_1_value" reporter:datatype="text"/>
             <field reporter:label="Legacy Stat Cat 2 Value" name="stat_cat_2_value" reporter:datatype="text"/>
             <field reporter:label="Edit Date" name="edit_date" reporter:datatype="timestamp"/>
@@ -10862,6 +10862,8 @@ SELECT  usr,
             <link field="creator" reltype="has_a" key="id" map="" class="au"/>
             <link field="age_protect" reltype="has_a" key="id" map="" class="crahp"/>
             <link field="status" reltype="has_a" key="id" map="" class="ccs"/>
+            <link field="stat_cat_1" reltype="has_a" key="id" map="" class="rsce1"/>
+            <link field="stat_cat_2" reltype="has_a" key="id" map="" class="rsce2"/>
         </links>
     </class>
 

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

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


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list