Summary: | Regression: Guarantor entry section no longer has a unique id | ||
---|---|---|---|
Product: | Koha | Reporter: | Owen Leonard <oleonard> |
Component: | Templates | Assignee: | Owen Leonard <oleonard> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | minor | ||
Priority: | P5 - low | ||
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | Trivial patch | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: |
19.11.00
|
Circulation function: | |
Bug Depends on: | 14570 | ||
Bug Blocks: | 23905 | ||
Attachments: |
Bug 23778: Regression: Guarantor entry section no longer has a unique id
Bug 23778: Regression: Guarantor entry section no longer has a unique id |
Description
Owen Leonard
2019-10-08 14:15:49 UTC
Created attachment 93871 [details] [review] Bug 23778: Regression: Guarantor entry section no longer has a unique id This patch adds back a fieldset ID which was accidentally removed by Bug 14570: <fieldset id="memberentry_guarantor" class="rows"> This ID is important if libraries want to customize the patron entry page to hide the guarantor section. To test, apply the patch and go to Patrons -> New patron. Inspect the markup and look at the fieldset labeled "Guarantor information." It should have the correct ID attribute. Created attachment 93902 [details] [review] Bug 23778: Regression: Guarantor entry section no longer has a unique id This patch adds back a fieldset ID which was accidentally removed by Bug 14570: <fieldset id="memberentry_guarantor" class="rows"> This ID is important if libraries want to customize the patron entry page to hide the guarantor section. To test, apply the patch and go to Patrons -> New patron. Inspect the markup and look at the fieldset labeled "Guarantor information." It should have the correct ID attribute. Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Nice work! Pushed to master for 19.11.00 |