[open-ils-commits] [GIT] Evergreen ILS branch rel_2_1 updated. 2318520622ef5924c43c1ce2063012c8ebe9057e

Evergreen Git git at git.evergreen-ils.org
Mon Jun 13 11:01:57 EDT 2011


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_1 has been updated
       via  2318520622ef5924c43c1ce2063012c8ebe9057e (commit)
      from  4ec9f606fbc2ec8c121369c7b6a6a3b2b11bb18e (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 2318520622ef5924c43c1ce2063012c8ebe9057e
Author: Mike Rylander <mrylander at gmail.com>
Date:   Mon Jun 13 11:00:36 2011 -0400

    Typo, we need commas
    
    Signed-off-by: Mike Rylander <mrylander at gmail.com>

diff --git a/Open-ILS/src/sql/Pg/990.schema.unapi.sql b/Open-ILS/src/sql/Pg/990.schema.unapi.sql
index 4cfa20c..c12a3a8 100644
--- a/Open-ILS/src/sql/Pg/990.schema.unapi.sql
+++ b/Open-ILS/src/sql/Pg/990.schema.unapi.sql
@@ -529,7 +529,11 @@ CREATE OR REPLACE FUNCTION unapi.acl ( obj_id BIGINT, format TEXT,  ename TEXT,
                 name location,
                 XMLATTRIBUTES(
                     CASE WHEN $9 THEN 'http://open-ils.org/spec/holdings/v1' ELSE NULL END AS xmlns,
-                    id AS ident
+                    id AS ident,
+                    holdable,
+                    opac_visible,
+                    label_prefix AS prefix,
+                    label_suffix AS suffix
                 ),
                 name
             )
@@ -542,7 +546,9 @@ CREATE OR REPLACE FUNCTION unapi.ccs ( obj_id BIGINT, format TEXT,  ename TEXT,
                 name status,
                 XMLATTRIBUTES(
                     CASE WHEN $9 THEN 'http://open-ils.org/spec/holdings/v1' ELSE NULL END AS xmlns,
-                    id AS ident
+                    id AS ident,
+                    holdable,
+                    opac_visible
                 ),
                 name
             )
diff --git a/Open-ILS/src/sql/Pg/upgrade/0557.schema.in-db_unapi_copy_related_visibility-1.sql b/Open-ILS/src/sql/Pg/upgrade/0557.schema.in-db_unapi_copy_related_visibility-1.sql
index 8157b6b..15c1e9d 100644
--- a/Open-ILS/src/sql/Pg/upgrade/0557.schema.in-db_unapi_copy_related_visibility-1.sql
+++ b/Open-ILS/src/sql/Pg/upgrade/0557.schema.in-db_unapi_copy_related_visibility-1.sql
@@ -12,7 +12,7 @@ CREATE OR REPLACE FUNCTION unapi.acl ( obj_id BIGINT, format TEXT,  ename TEXT,
                 name location,
                 XMLATTRIBUTES(
                     CASE WHEN $9 THEN 'http://open-ils.org/spec/holdings/v1' ELSE NULL END AS xmlns,
-                    id AS ident
+                    id AS ident,
                     holdable,
                     opac_visible,
                     label_prefix AS prefix,
diff --git a/Open-ILS/src/sql/Pg/upgrade/0558.schema.in-db_unapi_copy_related_visibility-2.sql b/Open-ILS/src/sql/Pg/upgrade/0558.schema.in-db_unapi_copy_related_visibility-2.sql
index 3931f0f..0d5eb63 100644
--- a/Open-ILS/src/sql/Pg/upgrade/0558.schema.in-db_unapi_copy_related_visibility-2.sql
+++ b/Open-ILS/src/sql/Pg/upgrade/0558.schema.in-db_unapi_copy_related_visibility-2.sql
@@ -12,7 +12,7 @@ CREATE OR REPLACE FUNCTION unapi.ccs ( obj_id BIGINT, format TEXT,  ename TEXT,
                 name status,
                 XMLATTRIBUTES(
                     CASE WHEN $9 THEN 'http://open-ils.org/spec/holdings/v1' ELSE NULL END AS xmlns,
-                    id AS ident
+                    id AS ident,
                     holdable,
                     opac_visible
                 ),

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

Summary of changes:
 Open-ILS/src/sql/Pg/990.schema.unapi.sql           |   10 ++++++++--
 ...chema.in-db_unapi_copy_related_visibility-1.sql |    2 +-
 ...chema.in-db_unapi_copy_related_visibility-2.sql |    2 +-
 3 files changed, 10 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list