Actions
Task #64391
closedMove getFieldDefaultValue to FORM cObject
Start date:
2015-01-20
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
The method getFieldDefaultValue() inside
ContentObjectRenderer is part of the FORM
content object and is called used there.
Thus, it is moved to the FormContentObject
class as a protected method. All calls to this
method are changed accordingly.
As the function is marked for private access,
it is moved without any further documentation
or deprecation.
Updated by Gerrit Code Review almost 10 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/36149
Updated by Gerrit Code Review almost 10 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/36149
Updated by Benni Mack almost 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset f5ebbe783fbddba5b71c2d3c4d61cabd68d5327c.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions