Skip to content
Snippets Groups Projects
Commit 84b06591 authored by Daniel Windloff's avatar Daniel Windloff Committed by Benni Mack
Browse files

[TASK] DatabaseRecordList: Streamline `returnUrl`

The method `listURL()` is used to set the `returnUrl` for all actions
in the `DatabaseRecordList`.
It replaces the usages of the method `makeReturnUrl`. Therefore, this
method has been removed. Furthermore,
`GeneralUtility::getIndpEnv('REQUEST_URI')` has been replaced by
`listURL()`.
This leads to a consistent behaviour after performing any kind of
action in the `DatabaseRecordList`.

Releases: master
Resolves: #92192
Resolves: #83758
Change-Id: I2dc84a2c4e4103d5b4e77ebb646158e8c15f3202
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65574


Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
parent 8e87cdc0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment