[koha-commits] main Koha release repository branch master updated. v16.11.00-366-geee1f23

Git repo owner gitmaster at git.koha-community.org
Tue Feb 7 18:50:26 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, master has been updated
       via  eee1f23bc49d233bca6c8a8004dd6e79e2425484 (commit)
       via  9f460de741902a3c35e4ecaef0275608fd2f4750 (commit)
       via  1017edad1c27d2624fb8ed6f8fb0018985b33295 (commit)
       via  4cdcdb3cb5ebefedcb44766745078a949227f0a5 (commit)
      from  4f178fad53fb748bd1ccf67680e02411918c9584 (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 eee1f23bc49d233bca6c8a8004dd6e79e2425484
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>

commit 9f460de741902a3c35e4ecaef0275608fd2f4750
Author: Blou <philippe.blouin at inlibro.com>
Date:   Thu Oct 22 16:49:10 2015 -0400

    Bug 15030 - continue. The enumchron value was overwritten by 'header' even when value supplied
    
    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>

commit 1017edad1c27d2624fb8ed6f8fb0018985b33295
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>

commit 4cdcdb3cb5ebefedcb44766745078a949227f0a5
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>

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

Summary of changes:
 C4/Items.pm                                        |   13 +++++---
 .../prog/en/modules/serials/serials-edit.tt        |    6 ++--
 t/db_dependent/Serials.t                           |   32 ++++++++++++++++++--
 3 files changed, 42 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list