1. Hackwar
  2. Bug Report
  3. Monday, May 19 2014, 05:38 PM
Hi, I got a little problem with the options of the selectlist field. I have filled it with the german represantations of colors and the Umlaute (special characters) are not correctly translated in the XML, making the whole thing fail and not displaying the value for the field.
Values like
grün
grün-braun
etc. are not shown in the profile view and it seems that is because the value is correct in the DB, then loaded and compared to the possible values of the XML for that field. That value however is broken, because when the XML was generated, these special characters seem to have been converted to the wrong html-entities.

<field
name="augen"
type="selectlist"
id="augen"
description=""
label="Augen/Eyes"






required="true"
>
<option value="">COM_JSN_NOSELECTION</option>
<option value="braun">braun</option> <option value="grau">grau</option> <option value="gr
Hackwar Accepted Answer
Content Protected
  1. more than a month ago
  2. Bug Report
  3. # 1
peacetree Accepted Answer
I am the client of Hannes, just to let you know for pro feature reasons.
Ones again tanks for your always promt support.
  1. more than a month ago
  2. Bug Report
  3. # 2
admin Accepted Answer
Admin
Hi,
replace in xmlentities function
this
htmlentities

with this
htmlspecialchars


we fix in next release.
  1. more than a month ago
  2. Bug Report
  3. # 3
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.
Sorry, the discussion is currently locked. You will not be able to post a reply at the moment.