'Build and run simple reports', 'ppl', 'description')),
( 639, 'ADMIN_OPENATHENS', oils_i18n_gettext(639,
'Allow a user to administer OpenAthens authentication service', 'ppl', 'description'))
+ ( 640, 'ACCESS_ANGULAR_CIRC', oils_i18n_gettext(640,
+ 'Allow a user to access the experimental Angular circulation interfaces', 'ppl', 'description'))
;
SELECT SETVAL('permission.perm_list_id_seq'::TEXT, 1000);
$TEMPLATE$ WHERE name = 'renew';
+INSERT INTO config.org_unit_setting_type (name, grp, datatype, label)
+VALUES (
+ 'ui.staff.angular_circ.enabled', 'gui', 'bool',
+ oils_i18n_gettext(
+ 'ui.staff.angular_circ.enabled',
+ 'Enable Angular Circulation Menu',
+ 'cwst', 'label'
+ )
+);
+
+INSERT INTO permission.perm_list ( id, code, description ) VALUES
+ ( 640, 'ACCESS_ANGULAR_CIRC', oils_i18n_gettext(640,
+ 'Allow a user to access the experimental Angular circulation interfaces', 'ppl', 'description'))
+;
+
+
COMMIT;