From 873ed802f42c173fef9e4f532a2b88a78b16db83 Mon Sep 17 00:00:00 2001 From: AlexanderBlanchardAC <124055686+AlexanderBlanchardAC@users.noreply.github.com> Date: Tue, 21 May 2024 12:58:42 +0100 Subject: [PATCH] fix: Addressing changes requested from pr (#49) --- code/web/release_notes/24.06.00.MD | 15 +++++++++------ .../DBMaintenance/version_updates/24.05.00.php | 2 ++ 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/code/web/release_notes/24.06.00.MD b/code/web/release_notes/24.06.00.MD index 2399c904c6..c161257ac5 100644 --- a/code/web/release_notes/24.06.00.MD +++ b/code/web/release_notes/24.06.00.MD @@ -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 diff --git a/code/web/sys/DBMaintenance/version_updates/24.05.00.php b/code/web/sys/DBMaintenance/version_updates/24.05.00.php index dd398504fc..a5ce8f540e 100644 --- a/code/web/sys/DBMaintenance/version_updates/24.05.00.php +++ b/code/web/sys/DBMaintenance/version_updates/24.05.00.php @@ -123,6 +123,8 @@ function getUpdates24_05_00(): array { 'ALTER TABLE javascript_snippets ADD COLUMN containsAnalyticsCookies TINYINT(1)' ] ], //Snippet_Contains_Marketing_Cookies + + ]; }