Skip to content

Commit

Permalink
Merge pull request #1974 from catsoup11789/24.08.00
Browse files Browse the repository at this point in the history
ILS notification changes
  • Loading branch information
mdnoble73 authored Aug 12, 2024
2 parents b28e0f5 + aecdc18 commit 7b37ec1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions code/aspen_app/app-configs/version.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "24.08.00",
"build": "265",
"patch": "3"
"build": "270",
"patch": "0"
}
2 changes: 1 addition & 1 deletion code/web/sys/Account/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -3864,7 +3864,7 @@ public function getAdminActions() {
} else {
$sections['aspen_lida']->addAction($notificationReportAction, 'View Notifications Reports');
}
if($allowILSMessaging) {
if(false && $allowILSMessaging) {
$sections['aspen_lida']->addAction(new AdminAction('ILS Notification Settings', 'Define settings for ILS notifications in Aspen LiDA.', '/AspenLiDA/ILSNotificationSettings'), 'Administer Aspen LiDA Settings');
}
$sections['aspen_lida']->addAction(new AdminAction('LiDA Notifications', 'LiDA Notifications allow you to send custom alerts to your patrons via the app.', '/Admin/LiDANotifications'), [
Expand Down

0 comments on commit 7b37ec1

Please sign in to comment.