You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$palaceProjectSettingsAction = newAdminAction('Settings', 'Define connection information between Palace Project and Aspen Discovery.', '/PalaceProject/Settings');
3685
3685
$palaceProjectScopesAction = newAdminAction('Scopes', 'Define which records are loaded for each library and location.', '/PalaceProject/Scopes');
3686
-
$palaceProjectCollectionsAction = newAdminAction('Collections', 'Defines the collections within a Palace Project Account.', '/PalaceProject/Collections');
3686
+
//$palaceProjectCollectionsAction = new AdminAction('Collections', 'Defines the collections within a Palace Project Account.', '/PalaceProject/Collections');
3687
3687
if ($sections['palace_project']->addAction($palaceProjectSettingsAction, 'Administer Palace Project')) {
0 commit comments