https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42176
--- Comment #2 from Roman Dolny <[email protected]> --- Created attachment 196179 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=196179&action=edit Bug 42176: Can cancel add authorized value The cancel add authorized value button has no type, so it will submit the form. This patch makes it a button so it does not submit the form. Test plan: 1. Ensure that the CreateAVFromCataloguing preference is enabled. 2. Edit an item. 3. Enter an authorized value that does not exist (e.g. shelving location). 4. Select it to be able to create it. 5. Click the Cancel button to not create a new authorized value. 6. Observe that the form was sent or that a new authorized value was created. 7. Delete the new authorized value. 8. Apply the patch. 9. Repeat steps 2-5. 10. Observe that the form was not sent or that a new authorized value was not created. 11. Sign off. Sponsored-by: Lund University Library Signed-off-by: Roman Dolny <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
