[koha-commits] main Koha release repository branch master updated. v16.11.00-1096-gbbef5c4

Git repo owner gitmaster at git.koha-community.org
Fri May 19 16:20:58 CEST 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, master has been updated
       via  bbef5c4c3afadeebfe645048bb48ec81f21e0b59 (commit)
      from  285dd883564eaf96737b2be153bbe6d30e1b64f7 (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 bbef5c4c3afadeebfe645048bb48ec81f21e0b59
Author: Alex Buckley <alexbuckley at catalyst.net.nz>
Date:   Wed Apr 19 14:01:30 2017 +1200

    Bug 18438 - Implemented data-dismiss="modal" in returns.tt so that any warning messages hidden by a hold modal are displayed after it is dismissed
    
    Test plan:
    1. Check out an item to one patron whilst having that item also being on
    hold to another patron
    
    2. Check the item back in
    
    3. Notice a modal box appears greying out the background with three
    buttons 'Confirm hold', 'Print and confirm' and 'Ignore'. Click confirm
    and notice that the page refreshes and no yellow warning messages are
    able to be displayed
    
    4. Now that you have checked the item in. Try checking it in a second
    time by clicking on the Checkin tab and writing in the barcode.
    
    5. The modal box will appear again, this time with three buttons
    'Confirm', 'Print and confirm' and 'Cancel hold'
    
    6. Click the 'Confirm' button and the page refreshes again and the
    yellow warning message hidden by the modal box is not properly displayed
    to the user. Notice that the focus is on the barcode input box.
    
    7. Apply patch
    
    8. Try checking in the item again, and this time after clicking the
    'confirm' button on the modal box notice that the yellow warning message
    is displayed telling the user the item was "Not checked out". Also
    notice the focus is in the barcode inputbox.
    
    9. Drop the hold on the item and make sure it is not checked out.
    
    10. Repeat steps 1 and 2 and notice after clicking the 'Confirm hold'
    button the page refreshes and the item is successfully checked back in.
    With the focus on the barcode input.
    
    11. View koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt and
    notice that the button on line 345 does not use an onclick parameter
    
    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>
    Amended-patch: remove spaces
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list