Task #28816
FLOW3 and Extbase
| Status: | Closed | Start date: | 2011-08-07 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | - | % Done: | 100% |
|
| Category: | Extbase | |||
| Target version: | Core - 4.6.0-beta2 | |||
| Has patch: | No | Tags: | ||
| Votes: | 0 |
Description
Hi Team,
Does it make sense that in Extbase and Fluid extensions have in TYPO3 4.6-beta1 some lines as:
@return \F3\FLOW3\MVC\Controller\MvcPropertyMappingConfiguration
or
protected function getMappingResultsForProperty() {
if (!$this->isObjectAccessorMode()) {
return new \F3\FLOW3\Error\Result();
}
$originalRequestMappingResults = $this->controllerContext->getRequest()->getOriginalRequestMappingResults();
$formObjectName = $this->viewHelperVariableContainer->get('Tx_Fluid_ViewHelpers_FormViewHelper', 'formObjectName');
return $originalRequestMappingResults->forProperty($formObjectName)->forProperty($this->arguments['property']);
}
??
Associated revisions
History
Updated by Thorsten Kahler almost 2 years ago
- Project changed from Core to Extbase MVC Framework
- Category deleted (
Default)
Updated by Sebastian Kurfuerst almost 2 years ago
- Assignee deleted (
Sebastian Kurfuerst) - Has patch set to No
Hey,
Of course this should be fixed ;)
Greets,
Sebastian
Updated by Mr. Hudson almost 2 years ago
Patch set 1 of change I1623d70715e80812fde079f9a4faa080b9d66eed has been pushed to the review server.
It is available at http://review.typo3.org/4410
Updated by Sebastian Kurfuerst almost 2 years ago
- Category set to Extbase
- Status changed from New to Resolved
- Assignee set to Claus Due
- % Done changed from 0 to 100
thanks for fixing
Updated by Alexander Schnitzler 6 months ago
- Status changed from Resolved to Closed
- Assignee deleted (
Claus Due)
Nothing left...