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

Evergreen Git git at git.evergreen-ils.org
Sat Sep 2 11:24:19 EDT 2017


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  d5fe1cc24af2fa56cb1f5cc196441b7fa3681f50 (commit)
      from  0bef0c27c2e9f4eea85ef34e1a302aa847e785ba (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 d5fe1cc24af2fa56cb1f5cc196441b7fa3681f50
Author: Galen Charlton <gmc at equinoxinitiative.org>
Date:   Sat Sep 2 11:38:32 2017 -0400

    LP#1251394: fix typo in seed data caugh by t/24-sql-gettext-unique.t
    
    Signed-off-by: Galen Charlton <gmc at equinoxinitiative.org>

diff --git a/Open-ILS/src/sql/Pg/950.data.seed-values.sql b/Open-ILS/src/sql/Pg/950.data.seed-values.sql
index 1d2f9d1..152f508 100644
--- a/Open-ILS/src/sql/Pg/950.data.seed-values.sql
+++ b/Open-ILS/src/sql/Pg/950.data.seed-values.sql
@@ -207,7 +207,7 @@ INSERT INTO config.metabib_field ( id, field_class, name, label,
 
 INSERT INTO config.metabib_field ( id, field_class, name, label,
     format, xpath, display_field, display_xpath ) VALUES 
-    (37, 'author', 'creator', oils_i18n_gettext(8, 'All Creators', 'cmf', 'label'),
+    (37, 'author', 'creator', oils_i18n_gettext(37, 'All Creators', 'cmf', 'label'),
      'mods32', $$//mods32:mods/mods32:name[mods32:role/mods32:roleTerm[text()='creator']]$$, TRUE, $$//*[local-name()='namePart']$$ ); -- /* to fool vim */;
 
 
diff --git a/Open-ILS/src/sql/Pg/upgrade/1074.data.metabib-display-field.sql b/Open-ILS/src/sql/Pg/upgrade/1074.data.metabib-display-field.sql
index 138686c..903a57a 100644
--- a/Open-ILS/src/sql/Pg/upgrade/1074.data.metabib-display-field.sql
+++ b/Open-ILS/src/sql/Pg/upgrade/1074.data.metabib-display-field.sql
@@ -12,7 +12,7 @@ UPDATE config.metabib_field SET display_field = TRUE WHERE id IN (6, 8, 16, 18);
 
 INSERT INTO config.metabib_field ( id, field_class, name, label,
     format, xpath, display_field, display_xpath ) VALUES
-    (37, 'author', 'creator', oils_i18n_gettext(8, 'All Creators', 'cmf', 'label'),
+    (37, 'author', 'creator', oils_i18n_gettext(37, 'All Creators', 'cmf', 'label'),
      'mods32', $$//mods32:mods/mods32:name[mods32:role/mods32:roleTerm[text()='creator']]$$, 
      TRUE, $$//*[local-name()='namePart']$$ ); -- /* to fool vim */;
 

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

Summary of changes:
 Open-ILS/src/sql/Pg/950.data.seed-values.sql       |    2 +-
 .../Pg/upgrade/1074.data.metabib-display-field.sql |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list