Summary: | "Delete MARC modification template" fails to actually delete it | ||
---|---|---|---|
Product: | Koha | Reporter: | John Sterbenz <jsterben> |
Component: | Templates | Assignee: | Owen Leonard <oleonard> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P5 - low | CC: | jens.weber, jonathan.druart, kyle, mishravk79, mtj |
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: | ||
Circulation function: | |||
Bug Depends on: | 16148 | ||
Bug Blocks: | |||
Attachments: |
Bug 17916 - "Delete MARC modification template" fails to actually delete it
Bug 17916 - "Delete MARC modification template" fails to actually delete it Bug 17916 - "Delete MARC modification template" fails to actually delete it |
Description
John Sterbenz
2017-01-16 18:01:18 UTC
I can reproduce this bug on current master. Deleting single actions work, deleting a whole template asks twice, doesn't delete. Created attachment 62676 [details] [review] Bug 17916 - "Delete MARC modification template" fails to actually delete it The MARC modification templates' 'Delete' button fails because the event handler has a "preventDefault" but the outcome of the confirmation function must return true or false. This patch removes the "preventDefault" from the .delete_template click handler as well as a redundant onclick attribute from the delete link itself. To test, apply the patch and go to Tools -> MARC modification templates. Clicking the delete button for any existing template should work correctly. Created attachment 62680 [details] [review] Bug 17916 - "Delete MARC modification template" fails to actually delete it The MARC modification templates' 'Delete' button fails because the event handler has a "preventDefault" but the outcome of the confirmation function must return true or false. This patch removes the "preventDefault" from the .delete_template click handler as well as a redundant onclick attribute from the delete link itself. To test, apply the patch and go to Tools -> MARC modification templates. Clicking the delete button for any existing template should work correctly. Followed test plan, worked as intended Signed-off-by: Alex Buckley <alexbuckley@catalyst.net.nz> Created attachment 62681 [details] [review] Bug 17916 - "Delete MARC modification template" fails to actually delete it The MARC modification templates' 'Delete' button fails because the event handler has a "preventDefault" but the outcome of the confirmation function must return true or false. This patch removes the "preventDefault" from the .delete_template click handler as well as a redundant onclick attribute from the delete link itself. To test, apply the patch and go to Tools -> MARC modification templates. Clicking the delete button for any existing template should work correctly. Followed test plan, worked as intended Signed-off-by: Alex Buckley <alexbuckley@catalyst.net.nz> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Pushed to master for 17.05, thanks Owen! This patch has been pushed to 16.11.x and will be in 16.11.08. Small conflict in the template. *** Bug 18619 has been marked as a duplicate of this bug. *** > As of 16.11.00 on Ubuntu 14.04, attempting to delete a MARC modification
> template (Tools > MARC Modification templates) does not work. A change to
> the MARC modification template interface was noted in the upgrade to 16.11.x
> from 16.05.x, where the functionality did work correctly (as it had in any
> release used since 3.18)
skipping for 16.05.x series
|