Skip to content

Commit

Permalink
fix: Addressing changes requested from pr (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderBlanchardAC authored May 21, 2024
1 parent ae13f23 commit 873ed80
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
15 changes: 9 additions & 6 deletions code/web/release_notes/24.06.00.MD
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,21 @@

## Aspen Discovery Updates
//mark


- Added option for Explore More bar to be hidden (*AB*)
- Added control over whether images avaialble from the API are used in a Summon Search or whether Aspen created covers only should be used - impacts load speed. (*AB*)
- Limited Summon Search results to those within each libraries subscription. (*AB / JO*)
- Added limit filters for Summon Search - search by whether record is scholarly and whether it is peer reviewed. (*AB / JO*)
### Koha Updates
- When a user has opted out of auto-renewal, do not show auto-renewal message even if the title is otherwise eligible for auto-renewal. (Ticket 131789) (*MDN*)

### Sierra Updates
- When linking to ILS course reserves, use the Vendor Opac Url in the Account Profile rather than the URL in config.ini. (Ticket 131388) (*MDN*)

//alexander
### New Settings
- Added option for Explore More bar to be hidden. Theme & Layout > Layout Settings(*AB*)
- Added control over whether images avaialble from the API are used in a Summon Search or whether Aspen created covers only should be used - impacts load speed. Primary Configuration > Library Systems(*AB*)

### Summon Updates
- Limited Summon Search results to those within each libraries subscription. (*AB / JO*)
- Added limit filters for Summon Search - search by whether record is scholarly and whether it is peer reviewed. (*AB / JO*)

//kirstien

//kodi
Expand Down
2 changes: 2 additions & 0 deletions code/web/sys/DBMaintenance/version_updates/24.05.00.php
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ function getUpdates24_05_00(): array {
'ALTER TABLE javascript_snippets ADD COLUMN containsAnalyticsCookies TINYINT(1)'
]
], //Snippet_Contains_Marketing_Cookies


];
}

Expand Down

0 comments on commit 873ed80

Please sign in to comment.