// These will come up later -- prefetch.
.then(_ => this.serverStore.getItemBatch([
- 'cat.copy.templates',
+ 'webstaff.cat.copy.templates',
'eg.cat.volcopy.defaults',
'eg.cat.record.summary.collapse'
]))
oils_i18n_gettext(
'eg.grid.acq.funding_source.credit',
'Grid Config: eg.grid.acq.funding_source.credit',
+ )
+);
+
+INSERT INTO config.workstation_setting_type (name, grp, datatype, label)
+VALUES (
+ 'eg.cat.volcopy.defaults', 'cat', 'object',
+ oils_i18n_gettext(
+ 'eg.cat.volcopy.defaults',
+ 'Holdings Editor Default Values and Visibility',
'cwst', 'label'
)
);
+BEGIN;
+
+--SELECT evergreen.upgrade_deps_block_check('TODO', :eg_version);
INSERT INTO config.workstation_setting_type (name, grp, datatype, label)
VALUES (
'Holdings Editor Default Values and Visibility',
'cwst', 'label'
)
-), (
- 'cat.copy.templates', 'cat', 'object',
- oils_i18n_gettext(
- 'cat.copy.templates',
- 'Holdings Editor Copy Templates',
- 'cwst', 'label'
- )
);
-
+COMMIT;