Bug 13008 - On adding an item, option values in dropdown list are not all displayed
Summary: On adding an item, option values in dropdown list are not all displayed
Status: RESOLVED DUPLICATE of bug 12927
Alias: None
Product: Koha
Classification: Unclassified
Component: Circulation (show other bugs)
Version: Main
Hardware: All All
: P5 - low major (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on: 12673
Blocks:
  Show dependency treegraph
 
Reported: 2014-09-29 15:13 UTC by Jonathan Druart
Modified: 2015-07-15 11:29 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Druart 2014-09-29 15:13:41 UTC
If the option value contains diacritics, the value is empty:

<option value="CART">Book Cart</option>
<option value="Bureau">Bureau</option>
<option value="Bureau des bibliothécaires"></option>
<option value="Cédéroms adulte"></option>
<option value="Cédéroms enfant"></option>

Introduced by bug 12673.
Comment 1 Jonathan Druart 2015-07-15 11:29:04 UTC

*** This bug has been marked as a duplicate of bug 12927 ***