[koha-commits] main Koha release repository branch 3.18.x updated. v3.18.06-3-55-gdada8d9

Git repo owner gitmaster at git.koha-community.org
Sun May 17 23:38:18 CEST 2015


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.18.x has been updated
       via  dada8d9ccb674cea7327c6856750c82e6525e030 (commit)
      from  cf8c3d372f58c2fc61e594c431fd1fd3c81f7407 (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 dada8d9ccb674cea7327c6856750c82e6525e030
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Thu Apr 23 16:57:31 2015 +0200

    Bug 11464: Prevent wrong "nothing to save" message on saving syspref
    
    Sometime you get the "Nothing to save" message when clicking on the "save
    all preferences" button, even if something has changed.
    
    On irritating behavior is the middle click: if you use the middle click
    to paste some text in the input, the "keyup" event won't be trigger.
    This patch replaces the "keyup" event with the "change", which works
    as we want here.
    
    The issues:
    1/ Search for "wanted" (admin/preferences.pl?op=search&searchfield=wanted)
    Empty the input, click save
    Type something and remove it
    You are able to save, but nothing has changed
    2/ Put something in your selection buffer and use the middle click to
    paste it in the input.
    No change detected.
    
    Test plan:
    Confirm the issues are fixed and you don't find any regression
    Note that now the "(modified)" string is displayed when the input loses
    the focus.
    
    Followed test plan. Works as expected.
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit ee478c3605962efcd160bba6dacad3f69f8e9c43)
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/en/js/pages/preferences.js |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list