- Change update sql file to add admin.actor.org_unit_settings
Signed-off-by: Kyle Huckins <khuckins@catalyte.io>
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Signed-off-by: Jane Sandberg <sandbergja@gmail.com>
INSERT INTO config.workstation_setting_type (name, grp, datatype, label)
VALUES (
- 'eg.grid.asset.ouSettings', 'gui', 'object',
+ 'eg.grid.admin.actor.org_unit_settings', 'gui', 'object',
oils_i18n_gettext(
- 'eg.grid.asset.ouSettings',
- 'Grid Config: asset.ouSettings',
+ 'eg.grid.admin.actor.org_unit_settings',
+ 'Grid Config: admin.actor.org_unit_settings',
'cwst', 'label'
)
);