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);
Actions