Actions
Feature #62555
closedEXT:form - Request class improvment
Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
Form Framework
Target version:
-
Start date:
2014-10-30
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
after line 57 in the setPrefix function in /sysext/form/Classes/Request.php:
the prefix is not allowed to contain square brackets. but this would be useful if the form requires a more complex variable organisation. they should be added to the regex of the allowed characters. i belive like so:
$this->prefix = preg_replace('/[^a-zA-Z0-9_\\-\\[\\]]/', '', $prefix);
Updated by Riccardo De Contardi about 9 years ago
- Category set to Form Framework
Updated by Björn Jacob about 9 years ago
- Subject changed from sysext form: Request class improvment to EXT:form - Request class improvment
- Assignee deleted (
Patrick Broens)
Updated by Björn Jacob over 8 years ago
- Status changed from New to Rejected
The above mentioned class does not exist in TYPO3 7 LTS. This feature request is only valid for TYPO3 < 7. Since all of these versions are only in bugfix maintenance, we will not implement this feature. For TYPO3 7 the whole process has changed. Therefore, rejecting this issue.
Actions