[koha-commits] main Koha release repository branch 19.05.x updated. v19.05.09-14-ga71ceb222d

Git repo owner gitmaster at git.koha-community.org
Wed Apr 8 18:04:50 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.05.x has been updated
       via  a71ceb222d623c3492f235f80817fc6ecc85027a (commit)
       via  98e48a892c875ec5e4a6195ec1b7b449be4bb383 (commit)
      from  0870bb6da6191759512e8b7a29ebe7a2f169ee62 (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 a71ceb222d623c3492f235f80817fc6ecc85027a
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Tue Feb 25 13:40:52 2020 +0000

    Bug 24294: (QA follow-up) Add rollback and 008 default test
    
    Default for 008 was not tested yet.
    Only wondering if we should insert default values only when we meet an
    undefined value. Or should we also add if we meet an empty string? Is the
    latter not more realistic in MARC?
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>
    (cherry picked from commit 9056d53e32667ae997516a00586c02f567cb948a)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit 98e48a892c875ec5e4a6195ec1b7b449be4bb383
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Jan 2 12:09:27 2020 +0100

    Bug 24294: Add default value support for control fields in ACQ framework
    
    When trying to add an order using the ACQ framework with a 008@ tag,
    Koha explodes:
    
    Control fields (generally, just tags below 010) do not have subfields,
    use data() at /home/vagrant/kohaclone/C4/Acquisition.pm line 3272.
    
    Test plan:
    Set a default value for a control field in the ACQ framework
    Turn on UseACQFrameworkForBiblioRecords
    Create a new order from a new record
    The default value should be displayed
    Save
    => No crash
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>
    (cherry picked from commit dec127df2ab986ed555f7a2cadc94491abecfbfe)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 C4/Acquisition.pm                                  | 24 ++++++++++++++++------
 t/db_dependent/Acquisition/FillWithDefaultValues.t | 18 +++++++++++++++-
 2 files changed, 35 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list