[open-ils-commits] [GIT] Evergreen ILS branch rel_2_2 updated. 08a27acaa4b2ed4c000b01e6f1dc22f40619c0dc

Evergreen Git git at git.evergreen-ils.org
Mon Apr 2 21:51:07 EDT 2012


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_2 has been updated
       via  08a27acaa4b2ed4c000b01e6f1dc22f40619c0dc (commit)
      from  1d0a166830343029ab3d182ee15f430f2a8929e1 (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 08a27acaa4b2ed4c000b01e6f1dc22f40619c0dc
Author: Bill Erickson <berick at esilibrary.com>
Date:   Mon Apr 2 17:15:25 2012 -0400

    Add ui.hide_copy_editor_fields to baseline seed data
    
    Without it, the "Hide Fields" option in the copy editor will not
    function.
    
    Signed-off-by: Bill Erickson <berick at esilibrary.com>
    Signed-off-by: Jason Etheridge <jason at esilibrary.com>

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 2d3c8ec..39d90b7 100644
--- a/Open-ILS/src/sql/Pg/950.data.seed-values.sql
+++ b/Open-ILS/src/sql/Pg/950.data.seed-values.sql
@@ -11553,3 +11553,26 @@ INSERT INTO config.global_flag (name, enabled, label)
             'label'
         )
     );
+
+INSERT INTO config.org_unit_setting_type ( name, label, description, datatype, grp )
+    VALUES (
+        'ui.hide_copy_editor_fields',
+        oils_i18n_gettext(
+            'ui.hide_copy_editor_fields',
+            'GUI: Hide these fields within the Item Attribute Editor',
+            'coust',
+            'label'
+        ),
+        oils_i18n_gettext(
+            'ui.hide_copy_editor_fields',
+            'This setting may be best maintained with the dedicated configuration'
+            || ' interface within the Item Attribute Editor.  However, here it'
+            || ' shows up as comma separated list of field identifiers to hide.',
+            'coust',
+            'description'
+        ),
+        'array',
+        'gui'
+    );
+
+

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

Summary of changes:
 Open-ILS/src/sql/Pg/950.data.seed-values.sql |   23 +++++++++++++++++++++++
 1 files changed, 23 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list