Bug 14881

Summary: batch item modification : item properties not displaying when accented characters are used
Product: Koha Reporter: philippe kloos <wwwretive>
Component: ToolsAssignee: Galen Charlton <gmcharlt>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: normal    
Priority: P3 CC: wwwretive
Version: 3.18   
Hardware: All   
OS: All   
GIT URL: Initiative type: ---
Sponsorship status: --- Comma delimited list of Sponsors:
Crowdfunding goal: 0 Crowdfunding committed: 0
Crowdfunding contact: Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:
Attachments: screenshot showing the authorized values not beeing displayed

Description philippe kloos 2015-09-23 07:29:42 UTC
Created attachment 42800 [details]
screenshot showing the authorized values not beeing displayed

i run koha 3.18.10 on debian wheezy.

when i use the batch item modification tool, some item properties
are not displayed. (see screenshot attached).

when the authorized values have accented characters in their description,
the generated html is missing the description :

<option value="Histoire / Afrique / Colonialisme & Anti-colonialisme">Histoire / Afrique / Colonialisme & Anti-colonialisme</option>
--> no diacritics, generated html ok


<option value="Histoire / Afrique / Généralités"></option>
--> with "e accute", the generated html is missing the description
Comment 1 Katrin Fischer 2015-10-04 11:37:08 UTC
Current master branch doesn't show the problem - so probably only a patch for older versions would be needed.