[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.16-8-gf2694ea

Git repo owner gitmaster at git.koha-community.org
Thu Feb 9 10:31:15 CET 2017


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, 3.22.x has been updated
       via  f2694ea4a92827d5ddb3e018f7d9569c1458d2d9 (commit)
       via  d7d79b2af9ea5db22d8df4344b5d07f2e2b42e52 (commit)
       via  9bc4064947d22d903a0fca88aaaec48dd0969c48 (commit)
      from  7abba8fccb368ab41776476fe2ef57ad171be372 (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 f2694ea4a92827d5ddb3e018f7d9569c1458d2d9
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Nov 12 12:28:38 2015 +0000

    Bug 15030: Add tests
    
    This test will prevent regression on the lost of data when
    items.itemcallnumber is linked with a plugin.
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    (cherry picked from commit eee1f23bc49d233bca6c8a8004dd6e79e2425484)
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    (cherry picked from commit 6f959cd149c0484417056f50b0fb6590c837c428)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

commit d7d79b2af9ea5db22d8df4344b5d07f2e2b42e52
Author: Blou <philippe.blouin at inlibro.com>
Date:   Wed Oct 21 14:35:18 2015 -0400

    Bug 15030 - Fixes the serials fields associated with a plugin, to not overwrite the previously saved value
    
    This fixes the remaining fields from serials-edit.pl that were seeing their previously entered values
    be oblitarated with each new edit.  The fields associated to a plugin (dateaccessioned and barcode) were
    always displaying <empty> with each new edit, losing the previous effort.
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    (cherry picked from commit 1017edad1c27d2624fb8ed6f8fb0018985b33295)
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    (cherry picked from commit 18ad4150eadff0f229c1cc73950f8e53568ed249)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

commit 9bc4064947d22d903a0fca88aaaec48dd0969c48
Author: Blou <philippe.blouin at inlibro.com>
Date:   Mon Oct 19 12:16:05 2015 -0400

    Bug 15030 - Certain values in serials' items are lost on next edit
    
    When editing serials subscription, we can edit them but some values are not pulled from the DB correctly to be put in the edit box.  If not noticed, the value will be overwritten on the next save.
    
    Test:
    - Create a subscription
    - Edit itemcallnumber (952o?) and make sure to have a different value than the default one.
    - Save.
    - Edit it again
    - The saved value is not there.
    
    This is true for itemcallnumber and a few other fields.
    
    This was caused by calls to ->field($subfield).  This would always fail, of course.
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    (cherry picked from commit 4cdcdb3cb5ebefedcb44766745078a949227f0a5)
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    (cherry picked from commit 3f084924e6df501e4256089c7a641911f378286f)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

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

Summary of changes:
 C4/Items.pm              |   13 ++++++++-----
 t/db_dependent/Serials.t |   32 ++++++++++++++++++++++++++++++--
 2 files changed, 38 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list