[koha-commits] main Koha release repository branch 19.11.x updated. v19.11.07-1-g6ca279130e

Git repo owner gitmaster at git.koha-community.org
Wed Jul 8 05:58:05 CEST 2020


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, 19.11.x has been updated
       via  6ca279130eacb98c2eb7ea8c4559b5ef4fd51af8 (commit)
      from  21c94b6144dd5ec7970911a811595dfb05dc15e1 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 6ca279130eacb98c2eb7ea8c4559b5ef4fd51af8
Author: Aleisha Amohia <aleishaamohia at hotmail.com>
Date:   Thu Jun 25 09:08:16 2020 +1200

    Bug 25861: Removing non-existent 'important' field from SQL
    
    Bug 17232 updated some SQL queries used when adding new MARC
    bibliographic frameworks. When backported to 19.11.x, it referenced a
    column `important` that does not exist in marc_tag_structure or
    marc_subfield_structure in 19.11.x. This patch removes the references to
    `important` so that adding new bibliographic frameworks works again.
    
    To test:
    1) Ensure you have checked out 19.11.x branch
    2) Go to Admin -> MARC bibliographic frameworks
    3) Add a new framework and save
    4) Go to Actions -> MARC structure for your new framework
    5) Use the 'create framework using' dropdown to import the structure
    from an existing framework
    6) Note that the structure does not populate, and there is now an error
    in the logs "Unknown column 'important'"
    7) Apply this patch and restart services
    8) Repeat steps 3-5
    9) Confirm the structure is populated correctly and there is no error in
    the logs
    
    Sponsored-by: Catalyst IT
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>

-----------------------------------------------------------------------

Summary of changes:
 admin/marctagstructure.pl | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list