extension_builder icon indicating copy to clipboard operation
extension_builder copied to clipboard

[REFACTORING] Actions with redirect not PSR-7 compatible

Open hgalt opened this issue 4 years ago • 1 comments

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

hgalt avatar Oct 10 '21 09:10 hgalt

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.

simonschaufi avatar Oct 10 '21 11:10 simonschaufi