[koha-commits] main Koha release repository branch master updated. v3.22.00-721-g3d26469

Git repo owner gitmaster at git.koha-community.org
Wed Mar 2 04:44:30 CET 2016


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  3d2646938c8592ec37069817f06747e89d3c3ec3 (commit)
      from  2e4fcbc01611630e050aeeffeb37f350588ca757 (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 3d2646938c8592ec37069817f06747e89d3c3ec3
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Wed Feb 24 12:18:01 2016 -0500

    Bug 15910 - Move header search keep text JavaScript into staff-global.js
    
    Bug 14189 added some global JavaScript to a new include file which is
    included in doc-head-close.inc. Since it's included globally, there is
    no reason not to move it to staff-global.js. This patch does so.
    
    To test, apply the patch and clear your browser cache if necessary.
    
    - Navigate to any page in the staff client which has multiple header
      search tabs.
    - Type something in one of the tabs.
    - Switch tabs. Verify that your text was copied to the newly-displayed
      form field.
    
    Followed test plan, works as expected.
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com

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

Summary of changes:
 .../prog/en/includes/doc-head-close.inc            |    3 --
 .../prog/en/includes/searchbox-keep-text.inc       |   30 --------------------
 koha-tmpl/intranet-tmpl/prog/en/js/staff-global.js |   28 ++++++++++++++++++
 3 files changed, 28 insertions(+), 33 deletions(-)
 delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/includes/searchbox-keep-text.inc


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list