Actions
Task #92192
closedDatabaseRecordList: Streamline returnUrl
Start date:
2020-09-04
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
The method listURL() should be used to set the returnUrl for all actions in the DatabaseRecordList.
It should replace the usages of the method makeReturnUrl. Therefore, this method should be removed. Furthermode, GeneralUtility::getIndpEnv('REQUEST_URI') should be replaced by listURL().
This leads to a consistent behaviour after performing any kind of action in the DatabaseRecordList.
Actions