Actions
Bug #66064
openUse configurationBuilder for generating propertyMappingConfiguration in controller arguments
Status:
New
Priority:
Could have
Assignee:
-
Category:
Extbase
Target version:
-
Start date:
2015-03-26
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
7
PHP Version:
5.5
Tags:
Complexity:
medium
Is Regression:
No
Sprint Focus:
Description
Currently the propertyMappingConfiguration in "TYPO3\CMS\Extbase\Mvc\Controller\Argument" gets injected and thus will be empty.
I guess it would make sense to use "TYPO3\CMS\Extbase\Property\PropertyMappingConfigurationBuilder" to generate a new propertyMappingConfiguration having sane defaults. Or is the ConfigurationBuilder just intended for property mapping internally in a domain object and not for domain models being passed as controller arguments?
Actions