[open-ils-commits] ***SPAM*** [GIT] Evergreen ILS branch rel_2_6 updated. facf107fc21073d31b13d79cbce04a5a4dc40634

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_6 has been updated
       via  facf107fc21073d31b13d79cbce04a5a4dc40634 (commit)
       via  4060f093708e95efc4c210a5fb5d14cd1840f14f (commit)
      from  4807af4794d44cb0744d60ba491b37bea5575a11 (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 facf107fc21073d31b13d79cbce04a5a4dc40634
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 fca1a45..8440a71 100644
--- a/Open-ILS/examples/fm_IDL.xml
+++ b/Open-ILS/examples/fm_IDL.xml
@@ -10722,8 +10722,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 4060f093708e95efc4c210a5fb5d14cd1840f14f
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 4948099..fca1a45 100644
--- a/Open-ILS/examples/fm_IDL.xml
+++ b/Open-ILS/examples/fm_IDL.xml
@@ -10693,8 +10693,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"/>
@@ -10722,6 +10722,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