Project

General

Profile

Actions

Bug #92824

closed

AbstractController - redirect and forward method deprecated without a migration?

Added by Mati Sediqi almost 4 years ago. Updated almost 4 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Documentation
Target version:
-
Start date:
2020-11-11
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

I was cloning a project's extension today while I've noticed that inside my Controller (for a BE module) has a deprecated method "$this->redirect". While checking the changelog of 10.2, as commented in the core, I didn't found the log nor a migration for that.

The same goes for the AbstractController->forward/->redirectToUri methods.
Comment: @deprecated since TYPO3 10.2 and will be removed in version 11.0.

Taking a look at the docs here https://docs.typo3.org/m/typo3/book-extbasefluid/master/en-us/7-Controllers/1-Creating-Controllers-and-Actions.html#flow-pattern-editing-an-existing-domain-object
I've also noticed it also calls the (deprecated?) redirect method in the updateAction-method, but nothing added therefore I guess it might got lost and never documented..

Best regards

Actions

Also available in: Atom PDF