http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7556

             Bug #: 7556
           Summary: Use "preventDoubleFormSubmit()" more in the OPAC and
                    Intranet to prevent duplicate data
    Classification: Unclassified
 Change sponsored?: ---
           Product: Koha
           Version: rel_3_8
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: OPAC
        AssignedTo: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]
        Depends on: 6496


When 6496 is pushed, we will have a new jquery function: 
preventDoubleFormSubmit().

When used thusly: $('#form-id').preventDoubleFormSubmit();
It will prevent a submitted form from being submitted a second (or third, or
fourth, or fifth) time.

We should probably use this on most submission forms in the OPAC. As Paul
states on 6496 - "we can teach librarians not to double click, but not
patrons."

The function exists in both the OPAC and Intranet, and so it can be used
anywhere a double (or rapid) click would resubmit a form. I think we should try
to use it more.

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to