Actions
Task #105656
openFormEngineValidation.validateField() should not return value
Status:
Under Review
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2024-11-20
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
14
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
The FormEngine validation method validateField()
returns a value, which does not make much sense in the method's scope.
There is an actual value modification going on, but the code copies the value into a separate variable, which is returned. In simple words: input = output.
Updated by Gerrit Code Review about 15 hours ago
- Status changed from In Progress to Under Review
Patch set 5 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/86385
Actions