
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, main has been updated via bb678fe1c534988a7d928735ee9918152247d480 (commit) from f67fe8e6997c9c5a4602c852c7deaabad764d186 (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 bb678fe1c534988a7d928735ee9918152247d480 Author: Jason Etheridge <jason@equinoxOLI.org> Date: Fri Mar 21 06:11:20 2025 +0000 remove duplicate seed data Signed-off-by: Jason Etheridge <jason@equinoxOLI.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 21bb466964..d0cf92515d 100644 --- a/Open-ILS/src/sql/Pg/950.data.seed-values.sql +++ b/Open-ILS/src/sql/Pg/950.data.seed-values.sql @@ -24946,66 +24946,6 @@ VALUES ( ) ); --- upgrade/XXXX.data.org-setting-template-bar.sql - -INSERT INTO config.org_unit_setting_type - (grp, name, datatype, label, description) -VALUES ( - 'gui', - 'ui.cat.volume_copy_editor.template_bar.show_save_template', 'bool', - oils_i18n_gettext( - 'ui.cat.volume_copy_editor.template_bar.show_save_template', - 'Show "Save Template" in Holdings Editor', - 'coust', - 'label' - ), - oils_i18n_gettext( - 'ui.cat.volume_copy_editor.template_bar.show_save_template', - 'Displays the "Save Template" button for the template bar in the Volume/Copy/Holdings Editor. By default, this is only displayed when working with templates from the Admin interface.', - 'coust', - 'description' - ) -); - -INSERT INTO config.org_unit_setting_type - (grp, name, datatype, label, description) -VALUES ( - 'gui', - 'ui.cat.volume_copy_editor.hide_template_bar', 'bool', - oils_i18n_gettext( - 'ui.cat.volume_copy_editor.hide_template_bar', - 'Hide the entire template bar in Holdings Editor', - 'coust', - 'label' - ), - oils_i18n_gettext( - 'ui.cat.volume_copy_editor.hide_template_bar', - 'Hides the template bar in the Volume/Copy/Holdings Editor. By default, the template bar is displayed in this interface.', - 'coust', - 'description' - ) -); - -INSERT INTO config.workstation_setting_type (name, grp, datatype, label) -VALUES ( - 'eg.grid.cat.volcopy.template_grid', 'gui', 'object', - oils_i18n_gettext( - 'eg.grid.cat.volcopy.template_grid', - 'Holdings Template Grid Settings', - 'cwst', 'label' - ) -); - -INSERT INTO config.workstation_setting_type (name, grp, datatype, label) -VALUES ( - 'eg.grid.holdings.copy_tags.tag_map_list', 'gui', 'object', - oils_i18n_gettext( - 'eg.grid.holdings.copy_tags.tag_map_list', - 'Copy Tag Maps Template Grid Settings', - 'cwst', 'label' - ) -); - INSERT into config.workstation_setting_type (name, grp, label, description, datatype) VALUES ( ----------------------------------------------------------------------- Summary of changes: Open-ILS/src/sql/Pg/950.data.seed-values.sql | 60 ---------------------------- 1 file changed, 60 deletions(-) hooks/post-receive -- Evergreen ILS