[open-ils-commits] [GIT] Evergreen ILS branch rel_2_4 updated. 53d46678e79d6769572a5bca312b123cbc142ad5

Evergreen Git git at git.evergreen-ils.org
Thu Jan 9 12:08:34 EST 2014


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_4 has been updated
       via  53d46678e79d6769572a5bca312b123cbc142ad5 (commit)
       via  2b4ea2b141d6527ef7bc36fa593ae2fb9e91c767 (commit)
      from  d96ae637390dbe04efa459617d79cad49f79889b (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 53d46678e79d6769572a5bca312b123cbc142ad5
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Thu Jan 9 12:05:55 2014 -0500

    LP#1267224: repair another fm_IDL.xml typo
    
    vam.eg_record points to authority.record_entry, not
    biblio.record_entry.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

diff --git a/Open-ILS/examples/fm_IDL.xml b/Open-ILS/examples/fm_IDL.xml
index 10d1e9a..7904878 100644
--- a/Open-ILS/examples/fm_IDL.xml
+++ b/Open-ILS/examples/fm_IDL.xml
@@ -603,7 +603,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA
 		</fields>
 		<links>
 			<link field="queued_record" reltype="has_a" key="id" map="" class="vqar"/>
-			<link field="eg_record" reltype="has_a" key="id" map="" class="bre"/>
+			<link field="eg_record" reltype="has_a" key="id" map="" class="are"/>
 		</links>
 		<permacrud xmlns="http://open-ils.org/spec/opensrf/IDL/permacrud/v1">
 			<actions>

commit 2b4ea2b141d6527ef7bc36fa593ae2fb9e91c767
Author: Bill Erickson <berick at esilibrary.com>
Date:   Wed Jan 8 14:35:05 2014 -0500

    LP#1267224: Repair IDL typo for vandelay authority match / rec link
    
    "vqbr" should be "vqar" for authority records.
    
    Signed-off-by: Bill Erickson <berick at esilibrary.com>
    Signed-off-by: Yamil Suarez <yamil at yamil.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

diff --git a/Open-ILS/examples/fm_IDL.xml b/Open-ILS/examples/fm_IDL.xml
index 49b509c..10d1e9a 100644
--- a/Open-ILS/examples/fm_IDL.xml
+++ b/Open-ILS/examples/fm_IDL.xml
@@ -602,7 +602,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA
 			<field reporter:label="Quality" name="quality" reporter:datatype="int"/>
 		</fields>
 		<links>
-			<link field="queued_record" reltype="has_a" key="id" map="" class="vqbr"/>
+			<link field="queued_record" reltype="has_a" key="id" map="" class="vqar"/>
 			<link field="eg_record" reltype="has_a" key="id" map="" class="bre"/>
 		</links>
 		<permacrud xmlns="http://open-ils.org/spec/opensrf/IDL/permacrud/v1">

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

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


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list