[open-ils-commits] [GIT] Evergreen ILS branch master updated. 0eb7e69840a223f37552a05c36405872fc9f1932

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, master has been updated
       via  0eb7e69840a223f37552a05c36405872fc9f1932 (commit)
       via  4c5f7925c3fc4ecdc8efc6244b0cdc0fa9d9aa3b (commit)
      from  5bf117cbae57247a736043496c49bd6c920d131a (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 0eb7e69840a223f37552a05c36405872fc9f1932
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 4c5f7925c3fc4ecdc8efc6244b0cdc0fa9d9aa3b
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