Skip to content

Commit

Permalink
Update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
mdnoble73 committed Apr 4, 2024
1 parent ddef445 commit 5c7f4d1
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 28 deletions.
69 changes: 42 additions & 27 deletions code/web/release_notes/24.04.00.MD
Original file line number Diff line number Diff line change
Expand Up @@ -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*)

<div markdown="1" class="settings">

#### New Settings
- Boundless > Settings > Scopes > Include Adult
- Boundless > Settings > Scopes > Include Teen
- Boundless > Settings > Scopes > Include Kids
</div>

### Carl.X Updates
- Updated self registration to be more generic (Ticket 127443) (*KL*)

<div markdown="1" class="settings">

#### New Settings
- Primary Configuration > Libraries > ILS/Account Integration > Self Registration > Institution Code
</div>

### 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*)
Expand All @@ -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
Expand All @@ -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*)

<div markdown="1" class="settings">

#### New Settings
- Palace Project > Settings > Collections
- Palace Project > Settings > Scopes > Include Adult
- Palace Project > Settings > Scopes > Include Teen
- Palace Project > Settings > Scopes > Include Kids
</div>

### 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.

<div markdown="1" class="settings">

#### New Settings
- Aspen LiDA > Self-Check Settings > Assign Checkouts To
</div>

### 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*)

Expand All @@ -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.

<div markdown="1" class="settings">

#### New Settings
- Aspen LiDA > Self-Check Settings > Assign Checkouts To
</div>

// 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
Expand Down
2 changes: 1 addition & 1 deletion code/web/sys/LibraryLocation/Library.php
Original file line number Diff line number Diff line change
Expand Up @@ -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' => '',
],
Expand Down

0 comments on commit 5c7f4d1

Please sign in to comment.