| Summary: | html tags displayed when editing frameworks | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Jonathan Druart <jonathan.druart> |
| Component: | Architecture, internals, and plumbing | Assignee: | Jonathan Druart <jonathan.druart> |
| Status: | CLOSED INVALID | QA Contact: | Testopia <testopia> |
| Severity: | normal | ||
| Priority: | P5 - low | ||
| 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: | 13618 | ||
| Bug Blocks: | 15771 | ||
| Attachments: |
Bug 15754: Fix regression on editing framework subfields
[SIGNED-OFF]Bug 15754: Fix regression on editing framework subfields Bug 15754: html Fix regression on editing auth framework subfields [SIGNED-OFF]Bug 15754: html Fix regression on editing auth framework subfields |
||
|
Description
Jonathan Druart
2016-02-08 12:02:19 UTC
Created attachment 47737 [details] [review] Bug 15754: Fix regression on editing framework subfields When editing subfields the "repeatable", "mandatory" and "is url" checkboxes are not displayed: the input html tag is displayed instead. Caused by bug 13618. Test plan: Edit subfields and confirm the bug. Apply the patch and confirm that you are not able to check/uncheck checkboxes. Created attachment 47742 [details] [review] [SIGNED-OFF]Bug 15754: Fix regression on editing framework subfields When editing subfields the "repeatable", "mandatory" and "is url" checkboxes are not displayed: the input html tag is displayed instead. Caused by bug 13618. Test plan: Edit subfields and confirm the bug. Apply the patch and confirm that you are not able to check/uncheck checkboxes. Signed-off-by: Hector Castro <hector.hecaxmmx@gmail.com> Works as advertised Created attachment 47809 [details] [review] Bug 15754: html Fix regression on editing auth framework subfields Same fix as previously for the auth framework I have just found the same issue on editing authority framework. Back to needs signoff. Created attachment 47823 [details] [review] [SIGNED-OFF]Bug 15754: html Fix regression on editing auth framework subfields Same fix as previously for the auth framework Signed-off-by: Hector Castro <hector.hecaxmmx@gmail.com> Depends on bug 13618, which has been reverted from master. |