[TYPO3-mvc] Re: Extbase 4.7.7 bug

Philipp Wrann philippwrann at gmail.com
Tue May 6 15:14:26 CEST 2014


It can be solved with:
	
public function initializeNewAction() {
	if (!$this->request->hasArgument('object') && $this->request->getOriginalRequest()->hasArgument('object')) {
		$this->request->setArgument('object', $this->request->getOriginalRequest()->getArgument('object'));
	}
}

But i dont think this should be neccessary.


More information about the TYPO3-project-typo3v4mvc mailing list