Actions
Bug #15607
closedBug with comma in a select option's value
Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2006-02-10
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.0
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
I've build a frontend plugin extension.
It's configuration is done via flexform.
One of the fields is a select with options built from a itemsProcFunc functions.
If an item has a comma in the value of the option tag, the value is not correctly recorded in the DB, it is cut juste before the comma.
(issue imported from #M2536)
Updated by Andreas Wolf about 13 years ago
- Status changed from New to Rejected
- Target version deleted (
0) - PHP Version deleted (
4)
This is a problem due to the way TYPO3 handles select values internally - they are stored as comma-separated values, so it's not possible to decide which commas are parts of the values and which are just separators. Try to use a non-comma value instead.
Actions