[koha-commits] main Koha release repository branch 3.14.x updated. v3.14.03-38-g04f1f23

Git repo owner gitmaster at git.koha-community.org
Tue Feb 18 09:46:13 CET 2014


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.14.x has been updated
       via  04f1f23bcd0e631ff98f6b7a3a27de0f47dee252 (commit)
      from  445437658d9f0281d6af9c424ff55859bcd1313b (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 04f1f23bcd0e631ff98f6b7a3a27de0f47dee252
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Tue Jan 7 15:14:01 2014 +0100

    Bug 11475: fix return link after editing/deleting items in batch
    
    Bug introduced by bug 9044.
    
    Test plan:
    1- First we search for records with multiple items (books or serials,
    does not matter)
    2- We open this record we found with multiple items for editing
    3- We chose "Edit items in batch" option from the "Edit" menu
    4- We make corrections on the fields under the "Edit item"  (For example
    we change the collection code as "fiction")
    5- We save this using "Save button" at the bottom, after we are done.
    6- Just after we save, there will be a button named "Done" available
    just under the page, and when we click on "Done" we encounter the Error
    screen.
    
    Before the patch, the "Done" link points to
    /cgi-bin/koha/tools/CATALOGUING.
    After applying the patch, the "Done" link points to the biblio detail
    page.
    
    Signed-off-by: Nicole C. Engard <nengard at bywatersolutions.com>
    All tests pass
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Passes koha-qa.pl, works as advertised
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 15953702bce6dcba94d351655fb42c29edd5789d)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt |    9 +++++++--
 .../intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt      |    7 ++++++-
 2 files changed, 13 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list