Bug 15754 - html tags displayed when editing frameworks
Summary: html tags displayed when editing frameworks
Status: CLOSED INVALID
Alias: None
Product: Koha
Classification: Unclassified
Component: Architecture, internals, and plumbing (show other bugs)
Version: master
Hardware: All All
: P5 - low normal (vote)
Assignee: Jonathan Druart
QA Contact: Testopia
URL:
Keywords:
Depends on: 13618
Blocks: 15771
  Show dependency treegraph
 
Reported: 2016-02-08 12:02 UTC by Jonathan Druart
Modified: 2018-06-20 16:00 UTC (History)
0 users

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments
Bug 15754: Fix regression on editing framework subfields (3.21 KB, patch)
2016-02-08 12:04 UTC, Jonathan Druart
Details | Diff | Splinter Review
[SIGNED-OFF]Bug 15754: Fix regression on editing framework subfields (3.30 KB, patch)
2016-02-08 16:26 UTC, Héctor Eduardo Castro Avalos
Details | Diff | Splinter Review
Bug 15754: html Fix regression on editing auth framework subfields (3.09 KB, patch)
2016-02-09 14:20 UTC, Jonathan Druart
Details | Diff | Splinter Review
[SIGNED-OFF]Bug 15754: html Fix regression on editing auth framework subfields (3.16 KB, patch)
2016-02-09 17:43 UTC, Héctor Eduardo Castro Avalos
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Druart 2016-02-08 12:02:19 UTC
When editing subfields the "repeatable", "mandatory" and "is url" checkboxes are not displayed: the input html tag is displayed instead.
Caused by bug 13618.
Comment 1 Jonathan Druart 2016-02-08 12:04:01 UTC Comment hidden (obsolete)
Comment 2 Héctor Eduardo Castro Avalos 2016-02-08 16:26:13 UTC
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
Comment 3 Jonathan Druart 2016-02-09 14:20:25 UTC Comment hidden (obsolete)
Comment 4 Jonathan Druart 2016-02-09 14:21:46 UTC
I have just found the same issue on editing authority framework.
Back to needs signoff.
Comment 5 Héctor Eduardo Castro Avalos 2016-02-09 17:43:17 UTC
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>
Comment 6 Jonathan Druart 2016-02-12 09:39:30 UTC
Depends on bug 13618, which has been reverted from master.
Comment 7 Jonathan Druart 2018-06-20 16:00:08 UTC
With bug 15773 we do not longer need these patches for bug 13618.