[koha-commits] main Koha release repository branch master updated. v16.11.00-53-g6163337

Git repo owner gitmaster at git.koha-community.org
Fri Dec 16 12:14:33 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  6163337cd8caab98db993e4d51ac73abbdd83b86 (commit)
      from  604c56c088a224cd0fa4c536e93967c89da78462 (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 6163337cd8caab98db993e4d51ac73abbdd83b86
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Mon Nov 21 08:26:13 2016 -0500

    Bug 11274 Sent Notices Tab Not Working Correctly
    
    This patch implements the notices toggle event using a different method.
    Using on() lets us bind the event to a parent element, allowing the
    event to attach to elements which may not exist on the page yet.
    
    Test plan the same as original patch:
    
    1) have a patron with more then 20 notices sent
    2) go to patron profile -> notices
    -> without patch, the showing/hidding of notices content does work
    correctly only on first loaded page
    -> with patch, it should work correctly everywhere - try to use
    paginator, searching, ordering....
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 .../prog/en/modules/members/notices.tt             |   20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list