Summary: | <span> displayed in 'Additional fields' section | ||
---|---|---|---|
Product: | Koha | Reporter: | Tomás Cohen Arazi (tcohen) <tomascohen> |
Component: | Templates | Assignee: | Tomás Cohen Arazi (tcohen) <tomascohen> |
Status: | CLOSED FIXED | QA Contact: | Victor Grousset/tuxayo <victor> |
Severity: | normal | ||
Priority: | P5 - low | CC: | arthur.suzuki, lucas, sally.healey, victor |
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: |
22.11.00, 22.05.05
|
|
Circulation function: | |||
Bug Depends on: | 30733 | ||
Bug Blocks: | |||
Attachments: |
Bug 31246: <span> displayed in 'Additional fields' section
Bug 31246: <span> displayed in 'Additional fields' section Bug 31246: <span> displayed in 'Additional fields' section |
Description
Tomás Cohen Arazi (tcohen)
2022-07-27 12:48:59 UTC
Created attachment 138176 [details] [review] Bug 31246: <span> displayed in 'Additional fields' section This patch avoids escaping HMTL data in the additional fields section. To test: 1. Open the additional fields section http://kohadev-intra.mydnsname.org:8081/cgi-bin/koha/admin/additional-fields.pl => FAIL: there are some nasty <span> </span> texts in there 2. Apply this patch 3. Reload => SUCCESS: Things display nicely again! 4. Sign off :-D Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> Created attachment 138179 [details] [review] Bug 31246: <span> displayed in 'Additional fields' section This patch avoids escaping HMTL data in the additional fields section. To test: 1. Open the additional fields section http://kohadev-intra.mydnsname.org:8081/cgi-bin/koha/admin/additional-fields.pl => FAIL: there are some nasty <span> </span> texts in there 2. Apply this patch 3. Reload => SUCCESS: Things display nicely again! 4. Sign off :-D Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> Signed-off-by: Emmanuel Bétemps <e.betemps@gmail.com> Created attachment 138190 [details] [review] Bug 31246: <span> displayed in 'Additional fields' section This patch avoids escaping HMTL data in the additional fields section. To test: 1. Open the additional fields section http://kohadev-intra.mydnsname.org:8081/cgi-bin/koha/admin/additional-fields.pl => FAIL: there are some nasty <span> </span> texts in there 2. Apply this patch 3. Reload => SUCCESS: Things display nicely again! 4. Sign off :-D Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> Signed-off-by: Emmanuel Bétemps <e.betemps@gmail.com> Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net> Works, qa script happy, code looks good, passing QA :) Pushed to master for 22.11. Nice work everyone, thanks! Backported to 22.05.x for 22.05.05 won't backport on 21.11.x (depends on 30733) |