FriendsOfTYPO3 / extension_builder

TYPO3 extension to kickstart and maintain TYPO3 extensions
https://docs.typo3.org/p/friendsoftypo3/extension-builder/11.0/en-us/
GNU General Public License v2.0
115 stars 79 forks source link

[REFACTORING] Actions with redirect not PSR-7 compatible #511

Open hgalt opened 3 years ago

hgalt commented 3 years ago

Describe the bug Also actions with a redirect should be :ResponceInterface and have a return return $this->redirect('show', 'Organization', NULL, ['organization' => $organization])

TYPO3 Version 11.5 Extension Builder Version: 11.0.0

simonschaufi commented 3 years ago

Thank you. The problem here is that the core itself doesn't provide a nice and clean way for redirects yet and uses $this->redirect everywhere as well.