Project

General

Profile

Actions

Feature #62555

closed

EXT:form - Request class improvment

Added by taywa gmbh about 10 years ago. Updated over 8 years ago.

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

Also available in: Atom PDF