Bug 15754

Summary: html tags displayed when editing frameworks
Product: Koha Reporter: Jonathan Druart <jonathan.druart>
Component: Architecture, internals, and plumbingAssignee: Jonathan Druart <jonathan.druart>
Status: CLOSED INVALID QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low    
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
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
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.