Actions
Bug #25934
closedWizard: The name attributes are not checked if they are unique
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Form Framework
Target version:
-
Start date:
2011-04-13
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.6
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Problem:
It is possible to have multiple fields with the same name. Although there are situations in Forms that this is wanted, this is only the case in <1% of forms. It can cause some real issues in the FE, because values are assigned to the wrong field.
Solution:
Have a stack in Helpers/Elements which holds the currently used names and do a lookup whenever a name changes, is added or removed.
Actions