Summary: | Remove empty onclick attribute from memberentrygen.tt | ||
---|---|---|---|
Product: | Koha | Reporter: | Marc Véron <veron> |
Component: | Staff interface | Assignee: | Marc Véron <veron> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | trivial | ||
Priority: | P5 - low | CC: | gmcharlt, tomascohen |
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: | |||
Attachments: |
Bug 12746 - Remove empty onclick attribute from memberentrygen.tt
[SIGNED-OFF] Bug 12746 - Remove empty onclick attribute from memberentrygen.tt [PASSED QA] Bug 12746 - Remove empty onclick attribute from memberentrygen.tt |
Description
Marc Véron
2014-08-11 15:45:27 UTC
Created attachment 30708 [details] [review] Bug 12746 - Remove empty onclick attribute from memberentrygen.tt This patch removes empty onclick attribute from memberentrygen.tt To test: Apply patch. Use git grep 'onclick=""' to make sure that there are no more empty onlick attributes Go to Home > patrons and click 'New patron' Check HTML of 'Cancel' link Make sure that 'Cancel' link still works Created attachment 30745 [details] [review] [SIGNED-OFF] Bug 12746 - Remove empty onclick attribute from memberentrygen.tt This patch removes empty onclick attribute from memberentrygen.tt To test: Apply patch. Use git grep 'onclick=""' to make sure that there are no more empty onlick attributes Go to Home > patrons and click 'New patron' Check HTML of 'Cancel' link Make sure that 'Cancel' link still works Signed-off-by: Owen Leonard <oleonard@myacpl.org> Created attachment 30825 [details] [review] [PASSED QA] Bug 12746 - Remove empty onclick attribute from memberentrygen.tt This patch removes empty onclick attribute from memberentrygen.tt To test: Apply patch. Use git grep 'onclick=""' to make sure that there are no more empty onlick attributes Go to Home > patrons and click 'New patron' Check HTML of 'Cancel' link Make sure that 'Cancel' link still works Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> Changes the link to cancel adding a manual restriction. No regressions found. Patch pushed to master. Thanks Marc! |