( 540, 'URL_VERIFY', oils_i18n_gettext( 540,
'Allows a user to process and verify ULSs', 'ppl', 'description')),
( 541, 'URL_VERIFY_UPDATE_SETTINGS', oils_i18n_gettext( 541,
- 'Allows a user to configure URL verification org unit settings', 'ppl', 'description'))
+ 'Allows a user to configure URL verification org unit settings', 'ppl', 'description')),
+ ( 542, 'SAVED_FILTER_DIALOG_FILTERS', oils_i18n_gettext( 542,
+ 'Allows users to save and load sets of filters for filter dialogs, available in certain staff interfaces', 'ppl', 'description'))
+
+
;
'description'
),
'integer',
- 540
+ 541
);
INSERT INTO config.org_unit_setting_type
'description'
),
'integer',
- 540
+ 541
);
INSERT INTO config.org_unit_setting_type
'description'
),
'integer',
- 540
+ 541
);
'description'
),
'integer',
- 540
+ 541
);
INSERT INTO config.filter_dialog_interface (key, description) VALUES (
INSERT INTO permission.perm_list (id, code, description)
VALUES (
- 539,
+ 540,
'URL_VERIFY',
oils_i18n_gettext(
- 539,
+ 540,
'Allows a user to process and verify ULSs',
'ppl',
'description'
INSERT INTO permission.perm_list (id, code, description)
VALUES (
- 540,
- 540,
+ 541,
+ 'URL_VERIFY_UPDATE_SETTINGS',
oils_i18n_gettext(
- 540,
+ 541,
'Allows a user to configure URL verification org unit settings',
'ppl',
'description'
);
+INSERT INTO permission.perm_list (id, code, description)
+ VALUES (
+ 542,
+ 'SAVED_FILTER_DIALOG_FILTERS',
+ oils_i18n_gettext(
+ 542,
+ 'Allows users to save and load sets of filters for filter dialogs, available in certain staff interfaces',
+ 'ppl',
+ 'description'
+ )
+ );
+
+
INSERT INTO config.settings_group (name, label)
VALUES (
'url_verify',
'description'
),
'integer',
- 540
+ 541
);
INSERT INTO config.org_unit_setting_type
'description'
),
'integer',
- 540
+ 541
);
INSERT INTO config.org_unit_setting_type
'description'
),
'integer',
- 540
+ 541
);
'description'
),
'integer',
- 540
+ 541
);