Actions
Bug #34646
closedform sysext can't handle more than 1 form with validation per page (with patch)
Start date:
2012-03-07
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.6
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
If multiple forms are used on the same page with different validation rules, all validation rules apply to all forms due to 'tx_form_System_Validate' being a singleton. This results in most forms never validating properly.
Attached is a patch to fix the problem by having one tx_form_System_Validate per form instance.
Files
Updated by Gerrit Code Review over 12 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/10112
Updated by Wouter Wolters almost 10 years ago
- Status changed from Under Review to Closed
- Is Regression set to No
Andreas Wolf Sep 14, 2013
Abandoned
Abandoned because the main issue has been fixed. The naming change could be ported, but I currently don't have time for that.
Actions