Summary: | Double submit should be prevented when adding to a basket | ||
---|---|---|---|
Product: | Koha | Reporter: | Kelly McElligott <kelly> |
Component: | Acquisitions | Assignee: | Nick Clemens (kidclamp) <nick> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P5 - low | CC: | 1joynelson, hayleypelham, lucas, martin.renvoize, nick, sally.healey |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: |
20.05.00, 19.11.05, 19.05.10
|
|
Circulation function: | |||
Bug Depends on: | |||
Bug Blocks: | 25563 | ||
Attachments: |
Bug 24386 - Prevent double form submission on adding orders to basket from a file
Bug 24386 - Prevent double form submission on adding orders to basket from a file Bug 24386: Prevent double form submission on adding orders to basket from a file |
Description
Kelly McElligott
2020-01-09 15:51:48 UTC
acqui/addorderiso2709.pl Created attachment 97106 [details] [review] Bug 24386 - Prevent double form submission on adding orders to basket from a file To test: 1 - Have a marc record file 2 - Go to Acquisitions, find a vendor, then an open basket 3 - Add to basket from a new file (if you already have one staged you can choose that instead) 4 - Import the file, then add to basket 5 - On the page where you select the records and set info select a record, set matching to 'Do not check' fill in the fund for the order 6 - When ready, click save as many times as you can 7 - When you go to the basket there are many copies of the order added 8 - Don't despair, apply the patch 9 - Repeat above 10 - When ready to add orders, click furiously 11 - The order is only added once! 12 - Success! Created attachment 101875 [details] [review] Bug 24386 - Prevent double form submission on adding orders to basket from a file To test: 1 - Have a marc record file 2 - Go to Acquisitions, find a vendor, then an open basket 3 - Add to basket from a new file (if you already have one staged you can choose that instead) 4 - Import the file, then add to basket 5 - On the page where you select the records and set info select a record, set matching to 'Do not check' fill in the fund for the order 6 - When ready, click save as many times as you can 7 - When you go to the basket there are many copies of the order added 8 - Don't despair, apply the patch 9 - Repeat above 10 - When ready to add orders, click furiously 11 - The order is only added once! 12 - Success! Signed-off-by: Sally <sally.healey@cheshiresharedservices.gov.uk> Created attachment 101966 [details] [review] Bug 24386: Prevent double form submission on adding orders to basket from a file To test: 1 - Have a marc record file 2 - Go to Acquisitions, find a vendor, then an open basket 3 - Add to basket from a new file (if you already have one staged you can choose that instead) 4 - Import the file, then add to basket 5 - On the page where you select the records and set info select a record, set matching to 'Do not check' fill in the fund for the order 6 - When ready, click save as many times as you can 7 - When you go to the basket there are many copies of the order added 8 - Don't despair, apply the patch 9 - Repeat above 10 - When ready to add orders, click furiously 11 - The order is only added once! 12 - Success! Signed-off-by: Sally <sally.healey@cheshiresharedservices.gov.uk> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Nice work everyone! Pushed to master for 20.05 backported to 19.11.x for 19.11.05 backported to 19.05.x for 19.05.10 Enhancement/minor patch will not be backported to 18.11.x series |