Skip to content
Snippets Groups Projects
Commit 698a2d03 authored by Oliver Bartsch's avatar Oliver Bartsch Committed by Andreas Kienast
Browse files

[BUGFIX] Enable default action in backend user module

The last used action is now properly resolved
again in the backend user module. Due to the
fact that accessing the module, extbase always
uses `index` as the selected action, the stored
user state was never resolved.

This is now fixed by using the index action
as forward action, forwarding to either the
stored default action or falling back the
new "listAction" which now acts as the main
entry point.

Resolves: #103692
Releases: main, 12.4
Change-Id: I764d130dc1a53a8fed25dadfaecaab5dd4eb58de
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/83945


Reviewed-by: default avatarSimon Schaufelberger <simonschaufi+typo3@gmail.com>
Tested-by: default avatarAndreas Kienast <a.fernandez@scripting-base.de>
Reviewed-by: default avatarJosef Glatz <typo3@josefglatz.at>
Tested-by: default avatarStefan Bürk <stefan@buerk.tech>
Reviewed-by: default avatarAndreas Kienast <a.fernandez@scripting-base.de>
Tested-by: default avatarJosef Glatz <typo3@josefglatz.at>
Reviewed-by: default avatarStefan Bürk <stefan@buerk.tech>
Tested-by: default avatarcore-ci <typo3@b13.com>
parent d29775b3
Branches
Tags
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