[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.13-14-ge973f29

Git repo owner gitmaster at git.koha-community.org
Mon Jan 2 12:14:08 CET 2017


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.22.x has been updated
       via  e973f2980c4dd541f53b0148604bd9706671f5e5 (commit)
      from  e76289b2cb5070526b84758e2f3228d84e977c25 (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 e973f2980c4dd541f53b0148604bd9706671f5e5
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>
    (cherry picked from commit 6163337cd8caab98db993e4d51ac73abbdd83b86)
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    (cherry picked from commit 9af15e2cb487280e3c4b5859a5edb77a0403c09e)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.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