Project

General

Profile

Actions

Bug #15607

closed

Bug with comma in a select option's value

Added by J©rémy Lecour about 18 years ago. Updated over 12 years ago.

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)

Actions #1

Updated by Andreas Wolf over 12 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

Also available in: Atom PDF