|
|
| Reporter | aurimas.gladutis | Assigned To | | |
|---|
| Priority | low | Severity | minor | Reproducibility | always |
|---|
| Status | resolved | Resolution | fixed | |
|---|
| Product Version | 4.6.6 revision 54646 | |
|---|
| Target Version | 4.6.6 revision 54646 | Fixed in Version | 4.6.6 revision 54646 | |
|---|
|
|
| Summary | 0004774: Using quotes or other special characters in select list causes them to show in frontend as " and similar |
|---|
| Description | oxselectlist::getSelections is using $this->oxselectlist__oxvaldesc->value instead of $this->oxselectlist__oxvaldesc->getRawValue, this causes all special chars like quotes become converted to " and so on. |
|---|
| Steps To Reproduce | Make selection list having field with quotes like test"1". In frontend it will be displayed as test"1" |
|---|
| Tags | Selection List |
|---|
|
|
| Theme | Both |
|---|
| Browser | All |
|---|
| PHP Version | any |
|---|
| Database Version | any |
|---|
|
|