| Summary: | Invalid ID of element B_streetnumber in member edit form | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Radek Šiman (R-Bit Technology, s.r.o.) <rbit> |
| Component: | Patrons | Assignee: | Radek Šiman (R-Bit Technology, s.r.o.) <rbit> |
| Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
| Severity: | minor | ||
| Priority: | P5 - low | CC: | black23, gmcharlt, jonathan.druart, josef.moravec, kyle, mtj |
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | --- |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: | ||
| Circulation function: | |||
| Bug Depends on: | 10760 | ||
| Bug Blocks: | |||
| Attachments: |
Bug 17559: Fixed HTML element ID of B_streetnumber
[SIGNED-OFF] Bug 17559: Fixed HTML element ID of B_streetnumber Bug 17559: Fixed HTML element ID of B_streetnumber |
||
|
Description
Radek Šiman (R-Bit Technology, s.r.o.)
2016-11-04 22:57:02 UTC
Created attachment 57225 [details] [review] Bug 17559: Fixed HTML element ID of B_streetnumber There is a duplicate ID in HTML code, because of this: <input type="text" id="B_address" name="B_streetnumber" size="5" value="" /> <input type="text" id="B_address" name="B_address" size="40" value="" /> Test plan: 1) Edit a patron and look into its HTML code 2) Find input: name="B_streetnumber" 3) Its ID is B_address - a duplicate within the code in fact 4) Apply the patch 5) Repeat steps 1 and 2 6) The ID is unique now: B_streetnumber Created attachment 57240 [details] [review] [SIGNED-OFF] Bug 17559: Fixed HTML element ID of B_streetnumber There is a duplicate ID in HTML code, because of this: <input type="text" id="B_address" name="B_streetnumber" size="5" value="" /> <input type="text" id="B_address" name="B_address" size="40" value="" /> Test plan: 1) Edit a patron and look into its HTML code 2) Find input: name="B_streetnumber" 3) Its ID is B_address - a duplicate within the code in fact 4) Apply the patch 5) Repeat steps 1 and 2 6) The ID is unique now: B_streetnumber Signed-off-by: Josef Moravec <josef.moravec@gmail.com> Created attachment 57638 [details] [review] Bug 17559: Fixed HTML element ID of B_streetnumber There is a duplicate ID in HTML code, because of this: <input type="text" id="B_address" name="B_streetnumber" size="5" value="" /> <input type="text" id="B_address" name="B_address" size="40" value="" /> Test plan: 1) Edit a patron and look into its HTML code 2) Find input: name="B_streetnumber" 3) Its ID is B_address - a duplicate within the code in fact 4) Apply the patch 5) Repeat steps 1 and 2 6) The ID is unique now: B_streetnumber Signed-off-by: Josef Moravec <josef.moravec@gmail.com> Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> Pushed to master for 16.11, thanks Radek! Pushed to 16.05.x, for 16.05.06 release |