[koha-commits] main Koha release repository branch master updated. v19.05.00-441-g43b0ef8

Git repo owner gitmaster at git.koha-community.org
Mon Aug 5 17:05:36 CEST 2019


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  43b0ef8f535bb1bd8341997d25675741b2ad0776 (commit)
      from  2905ff0bf87ba0fd71c2fb3bc54bf368fc9d95ce (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 43b0ef8f535bb1bd8341997d25675741b2ad0776
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Thu Jul 18 13:05:48 2019 +0000

    Bug 23328: Some check-in messages should be dismissable
    
    There are several cases where the check-in process displays a modal
    asking for confirmation. There are several cases where confirming or
    dismissing the modal unnecessarily reloads the page. In cases where no
    server-side action is necessary, the modal should be dismissed without
    submitting a form.
    
    To test, apply the patch and go to Circulation -> Check in
    
    With AutomaticItemReturn enabled and AllowReturnToBranch set to "any
    library,"
    
     - Check in an item which belongs at another library and is not already
       in-transit. In the confirmation modal which appears, clicking the
       "OK" button should close the modal without reloading the page.
     - Check in another item from anther branch. In the confirmation modal
       clicking the "Print slip" button should trigger a pop-up window for
       printing a slip but the modal should be dismissed without reloading
       the page.
     - Check in an item which is already in-transit to another branch. In
       the confirmation modal, clicking either the "OK" or "Print transfer
       slip" buttons should dismiss the modal without reloading the page.
       - Clicking the "Cancel transfer" button should work as before: The
         page reloads and the transfer is canceled.
    
    With AutomaticItemReturn disabled,
    
     - Check in an item belonging to another library. The confirmation modal
       should ask you whether you want to "Transfer now?" Clicking "No"
       should dismiss the modal without reloading the page. The other
       options should reload the page and initiate the transfer.
    
    With AllowReturnToBranch set to "only the library the item is from,"
    
     - Check in an item belonging to another library. You should see a
       "Cannot check in" modal. Clicking the "OK" button should close the
       modal without reloading the page.
    
    Signed-off-by: Maryse Simard <maryse.simard at inlibro.com>
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 .../intranet-tmpl/prog/en/modules/circ/returns.tt  |   27 +++++---------------
 1 file changed, 7 insertions(+), 20 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list