From: Jane Sandberg Date: Thu, 23 Jul 2020 14:16:43 +0000 (-0700) Subject: LP1849212: add missing coust to seed values X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=33ea9cd05d08170f9d16ffb631ba131c817541c4;p=working%2FEvergreen.git LP1849212: add missing coust to seed values Signed-off-by: Jane Sandberg --- 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 101ce31025..c6e23913ba 100644 --- a/Open-ILS/src/sql/Pg/950.data.seed-values.sql +++ b/Open-ILS/src/sql/Pg/950.data.seed-values.sql @@ -3807,6 +3807,18 @@ INSERT into config.org_unit_setting_type 'coust', 'description'), 'bool', null) +,( 'circ.course_materials_browse_by_instructor', 'circ', + oils_i18n_gettext( + 'circ.course_materials_browse_by_instructor', + 'Allow users to browse Courses by Instructor', + 'coust', 'label'), + oils_i18n_gettext( + 'circ.course_materials_browse_by_instructor', + 'If enabled, the Org Unit will allow OPAC users to browse Courses by instructor name.', + 'coust', 'description'), + 'bool', null) + + ,( 'circ.password_reset_request_per_user_limit', 'sec', oils_i18n_gettext('circ.password_reset_request_per_user_limit', 'Maximum concurrently active self-serve password reset requests per user',