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=a97e466dc327772fc7e6c0375f854a57fe9aeb27;p=working%2FEvergreen.git LP1849212: add missing coust to seed values Signed-off-by: Jane Sandberg Signed-off-by: Michele Morgan Signed-off-by: Galen Charlton --- 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 8bdf1f159d..4ed29ae4f0 100644 --- a/Open-ILS/src/sql/Pg/950.data.seed-values.sql +++ b/Open-ILS/src/sql/Pg/950.data.seed-values.sql @@ -3843,6 +3843,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',