From 423a7a734c2c2f76ee272741e568d290b5b3ce23 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Tue, 30 Apr 2024 08:49:53 +0000 Subject: [PATCH] Bug 35138: DBRev 23.12.00.035 Signed-off-by: Katrin Fischer --- Koha.pm | 2 +- .../mysql/{atomicupdate/bug_35138.pl => db_revs/231200036.pl} | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) rename installer/data/mysql/{atomicupdate/bug_35138.pl => db_revs/231200036.pl} (92%) diff --git a/Koha.pm b/Koha.pm index 26388c562e..baa983e9a1 100644 --- a/Koha.pm +++ b/Koha.pm @@ -29,7 +29,7 @@ use vars qw{ $VERSION }; # - #4 : the developer version. The 4th number is the database subversion. # used by developers when the database changes. updatedatabase take care of the changes itself # and is automatically called by Auth.pm when needed. -$VERSION = "23.12.00.035"; +$VERSION = "23.12.00.036"; sub version { return $VERSION; diff --git a/installer/data/mysql/atomicupdate/bug_35138.pl b/installer/data/mysql/db_revs/231200036.pl similarity index 92% rename from installer/data/mysql/atomicupdate/bug_35138.pl rename to installer/data/mysql/db_revs/231200036.pl index 27fb8a4e59..9d0ff1af82 100755 --- a/installer/data/mysql/atomicupdate/bug_35138.pl +++ b/installer/data/mysql/db_revs/231200036.pl @@ -2,7 +2,7 @@ use Modern::Perl; return { bug_number => "35138", - description => "Make the elastic facets editable", + description => "Make the Elasticsearch facets configurable", up => sub { my ($args) = @_; my ( $dbh, $out ) = @$args{qw(dbh out)}; @@ -49,5 +49,6 @@ return { $sth->execute( 'Holding libraries', 'holdingbranch', 'holdinglibrary' ) if $holdingbranch; $sth->execute( 'Home libraries', 'homebranch', 'homelibrary' ) if $homebranch; + say $out "Updated DisplayLibraryFacets and search field configuration"; }, }; -- 2.39.5