Summary: | Fix opac-password-recovery markup mistake | ||
---|---|---|---|
Product: | Koha | Reporter: | Lucas Gass (lukeg) <lucas> |
Component: | OPAC | Assignee: | Lucas Gass (lukeg) <lucas> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | trivial | ||
Priority: | P5 - low | CC: | 1joynelson, david.roberts |
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.03, 19.05.08
|
|
Circulation function: | |||
Attachments: |
Bug 24523: add missing </p>
Bug 24523: add missing </p> Bug 24523: add missing </p> |
Description
Lucas Gass (lukeg)
2020-01-27 22:04:04 UTC
Created attachment 98007 [details] [review] Bug 24523: add missing </p> TEST PLAN: 1. Add this jQuery to OPACUserJS ( $('p:contains("To reset your password, enter your login or your email address.")').text('I want to change this text'); ) 2. Reload the opac-password-recovery page. 3. The text is changed but the rest of the form is now gone 4. Apply patch and reload the opac-password-recovery page. 5. Reload the page and the text should be changed but the form should be there! Created attachment 98008 [details] [review] Bug 24523: add missing </p> Signed-off-by: David Roberts <david.roberts@ptfs-europe.com> Works OK as per test, as long as the OpacResetPassword system preference is also enabled. Created attachment 98209 [details] [review] Bug 24523: add missing </p> Signed-off-by: David Roberts <david.roberts@ptfs-europe.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> https://bugs.koha-community.org/show_bug.cgi?id=24532 Nice work everyone! Pushed to master for 20.05 Pushed to 19.11.x branch for 19.11.03 backported to 19.05.x for 19.05.08 |