LP#1849212: oils_i18n_gettext fixup
authorJason Boyer <JBoyer@equinoxinitiative.org>
Tue, 15 Sep 2020 11:49:36 +0000 (07:49 -0400)
committerJason Boyer <JBoyer@equinoxinitiative.org>
Tue, 15 Sep 2020 11:49:36 +0000 (07:49 -0400)
Each call to oils_i18n_gettext should have a unique id per class,
this patch adjusts the call for acmr so translations (and tests)
will work correctly.

Signed-off-by: Jason Boyer <JBoyer@equinoxinitiative.org>
Open-ILS/src/sql/Pg/950.data.seed-values.sql

index 626f1ce..b7b769e 100644 (file)
@@ -20642,7 +20642,7 @@ INSERT INTO actor.org_unit_setting (org_unit, name, value)
 INSERT INTO asset.course_module_role (id, name, is_public) VALUES
 (1, oils_i18n_gettext(1, 'Instructor', 'acmr', 'name'), true),
 (2, oils_i18n_gettext(2, 'Teaching assistant', 'acmr', 'name'), true),
-(3, oils_i18n_gettext(2, 'Student', 'acmr', 'name'), false);
+(3, oils_i18n_gettext(3, 'Student', 'acmr', 'name'), false);
 SELECT SETVAL('asset.course_module_role_id_seq'::TEXT, 100);