From 5c7f4d1a0f2ad3099c149dbe4a9b5b78ffad1d3e Mon Sep 17 00:00:00 2001 From: Mark Noble Date: Thu, 4 Apr 2024 05:56:25 -0600 Subject: [PATCH] Update release notes --- code/web/release_notes/24.04.00.MD | 69 ++++++++++++++---------- code/web/sys/LibraryLocation/Library.php | 2 +- 2 files changed, 43 insertions(+), 28 deletions(-) diff --git a/code/web/release_notes/24.04.00.MD b/code/web/release_notes/24.04.00.MD index ab85abd8ce..6b942c886c 100644 --- a/code/web/release_notes/24.04.00.MD +++ b/code/web/release_notes/24.04.00.MD @@ -12,9 +12,25 @@ - Added a Permissions Dashboard screen to view what's enabled/disabled and how to update the status. (*KK*) ## Aspen Discovery Updates -// mark -### Axis 360 Updates -- Allow scoping of Axis 360 titles by audience. (*MDN*) +### Boundless Updates +- Allow scoping of Boundless titles by audience. (*MDN*) + +
+ +#### New Settings +- Boundless > Settings > Scopes > Include Adult +- Boundless > Settings > Scopes > Include Teen +- Boundless > Settings > Scopes > Include Kids +
+ +### Carl.X Updates +- Updated self registration to be more generic (Ticket 127443) (*KL*) + +
+ +#### New Settings +- Primary Configuration > Libraries > ILS/Account Integration > Self Registration > Institution Code +
### Evergreen Updates - When updating from unapi, check the holdable attribute for the copy and if it is set to false set the subfield x to unholdable. (Ticket 126257) (*MDN*) @@ -27,6 +43,8 @@ - Do not use the 500 field to index Blu-ray/DVD and 4k/Blu-ray combo packs. (*MDN*) ### Koha Updates +- For Messaging Settings, allow selecting Digest checkbox for Holds Filled as part of Koha 23.11. (*KK*) +- For Self-Check with Aspen LiDA libraries using Koha 23.11 or newer, we will use the Checkout API endpoint instead of SIP. (*KK*) - When displaying libraries for self registration, sort by main library first and then alphabetically by name. (*MDN*) ### Marc holdings updates @@ -38,13 +56,34 @@ - Reduce the update interval for Palace Project Collections that do not have circulation. (*MDN*) - Allow scoping of Palace Project titles by audience. (*MDN*) +
+ +#### New Settings +- Palace Project > Settings > Collections +- Palace Project > Settings > Scopes > Include Adult +- Palace Project > Settings > Scopes > Include Teen +- Palace Project > Settings > Scopes > Include Kids +
+ ### Search Updates - When determining the active search location, match the rules for determining scope. First check the subdomain against the active subdomain and then check the location code but only if the subdomain is blank. (Ticket 128603) (*MDN*) +### Self-Check Updates +- Added settings to define where a checkout should be assigned to. + +
+ +#### New Settings +- Aspen LiDA > Self-Check Settings > Assign Checkouts To +
+ ### Sierra Updates - Update Sierra Export to handle MARC holdings that do not have a MARC tag associated with them. (Ticket 124256) (*MDN*) - Fix loading location for additional copies. (Ticket 124256) (*MDN*) +### Springshare LibCal Updates +- Fixed issue with display information for Springshare LibCal events with no 'campus' location (*KL*) + ### Theme Updates - Replace Arial font with Arimo font. (Ticket 129721) (*MDN*) @@ -58,30 +97,6 @@ ### Other Updates - Fix descriptions for some items within the admin dashboard. (Ticket 129700) (*MDN*) - Display total holds placed in the ILS Dashboard. (*MDN*) - -// kirstien -### Koha Updates -- For Messaging Settings, allow selecting Digest checkbox for Holds Filled as part of Koha 23.11. (*KK*) -- For Self-Check with Aspen LiDA libraries using Koha 23.11 or newer, we will use the Checkout API endpoint instead of SIP. (*KK*) - -### Self-Check Updates -- Added settings to define where a checkout should be assigned to. - -
- -#### New Settings -- Aspen LiDA > Self-Check Settings > Assign Checkouts To -
- -// kodi -### carlX Updates -- Updated self registration to be more generic (Ticket 127443) (*KL*) - -### Springshare LibCal Updates -- Fixed issue with display information for Springshare LibCal events with no 'campus' location (*KL*) - -// other -### Other Updates - Update to automatically push docker images to dockerhub and quay on commits. (*KH*) ## This release includes code contributions from diff --git a/code/web/sys/LibraryLocation/Library.php b/code/web/sys/LibraryLocation/Library.php index 80306f4831..46ba1ed46f 100644 --- a/code/web/sys/LibraryLocation/Library.php +++ b/code/web/sys/LibraryLocation/Library.php @@ -2388,7 +2388,7 @@ static function getObjectStructure($context = ''): array { 'property' => 'institutionCode', 'type' => 'text', 'label' => 'Institution Code', - 'description' => 'The institution code for self registration (CarlX Only).', + 'description' => 'The institution code for self registration (Carl.X Only).', 'hideInLists' => true, 'default' => '', ],