[koha-commits] main Koha release repository branch 18.05.x updated. v18.05.05-72-gb638541

Git repo owner gitmaster at git.koha-community.org
Thu Nov 8 17:05:08 CET 2018


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, 18.05.x has been updated
       via  b638541d91584a7fd0260069330934084e1139f2 (commit)
      from  827da7b676d8cbe42f696613541d1217d3f9370a (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 b638541d91584a7fd0260069330934084e1139f2
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Oct 23 10:15:11 2018 -0300

    Bug 21634: Keep "circulation" module selected when viewing patron's logs
    
    To recreate:
    - View a patron detail page
    - Click "Modification log"
    - Notice that the url has "modules=MEMBERS&modules=circulation", but
    the "Circulation" option is not selected in the "Modules" dropdown list.
    This is because of uppercase vs lowercase.
    
    The bug:
    - Right after you click "Modification log" you will see all the
    "members" and "circulation" logs
    - Submit the form without changing any input/select from the form
    => Now you only see the "members" logs.
    
    Test plan:
    - Apply the patch
    - Click "Modification log"
    - Notice that the url now contains "modules=MEMBERS&modules=CIRCULATION"
    - Submit the form without changing any input/select from the form
    => Now you have the "members" and "circulation" modules selected.
    
    Signed-off-by: Pierre-Marc Thibault <pierre-marc.thibault at inLibro.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit ad56b39888f1422606b16375b903fffa19bc59ba)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list