[open-ils-commits] [GIT] Evergreen ILS branch rel_2_5 updated. 33b8acf6d69b3d9555aa0acdd38118f292996d5d

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_5 has been updated
       via  33b8acf6d69b3d9555aa0acdd38118f292996d5d (commit)
       via  342565fcc62d7528477d6a3512305c5876d5f2f3 (commit)
      from  f958b378c8cf6d8989e01bdf8ff1dcf9e36f8e27 (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 33b8acf6d69b3d9555aa0acdd38118f292996d5d
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 1ae0cbe..a5fd424 100644
--- a/Open-ILS/examples/fm_IDL.xml
+++ b/Open-ILS/examples/fm_IDL.xml
@@ -605,7 +605,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 342565fcc62d7528477d6a3512305c5876d5f2f3
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 8ee43d3..1ae0cbe 100644
--- a/Open-ILS/examples/fm_IDL.xml
+++ b/Open-ILS/examples/fm_IDL.xml
@@ -604,7 +604,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