[koha-commits] main Koha release repository branch 20.05.x updated. v20.05.04-40-g51d3010b71

Git repo owner gitmaster at git.koha-community.org
Tue Oct 20 16:37:59 CEST 2020


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, 20.05.x has been updated
       via  51d3010b71f3f30492f6c0655ef2fd06ba909690 (commit)
      from  496cd5d36e2071e8e124ce2a7472fdc7c6c49ac2 (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 51d3010b71f3f30492f6c0655ef2fd06ba909690
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Mon Aug 17 10:16:14 2020 +0000

    Bug 26224: Prevent double submit of header check in form
    
    To test:
     1 - Browse to Home
     1 - In the header bar select the 'Check in' tab
     2 - Type a barcode into the box
     3 - Hit Enter as many as times as you can
     4 - Check the statistics table:
        SELECT * FROM statistics WHERE itemnumber={itemnumber} AND DATE(datetime)=CURDATE();
     5 - Note you have multiple lines for the same item at the same time
     6 - Apply patch
     7 - Reload the page
     8 - Type the barcode
     9 - Press Enter even more fast and more furiously
    10 - Check the statistics table
    11 - Only one entry, huzzah!
    
    Signed-off-by: Andrew Fuerste-Henry <andrew at bywatersolutions.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 5d5a49a7ef165b7b47dda6357aaf2953dacfa362)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/js/staff-global.js | 2 ++
 1 file changed, 2 insertions(+)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list