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 #1

Updated by Riccardo De Contardi about 9 years ago

  • Category set to Form Framework
Actions #2

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)
Actions #3

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

Also available in: Atom PDF