Feature #22384
closedAllow specific and distinct redirects on BE-login
0%
Description
Currently you can configure the redirect on BE-login just as a replacement of the interface, much like an implicit 'redirect' interface. It would be better to allow redirects also as a complement to the selected interface. For example a Frontend-interface selection redirects directly to a BE-user page instead of to the initial page.
This is a two-liner to enable redirects for the given interface, without erasing the interface-configuration (BE-user TSconfig):
auth.BE.redirectToURL.backend = ...
auth.BE.redirectToURL.backend_old = ...
auth.BE.redirectToURL.frontend = ...
A neat addition would be to allow IDs instead of URLs, but that's up to you.
(issue imported from #M14011)
Files
Updated by Steffen Gebert over 12 years ago
- Category set to Backend API
- Status changed from New to Accepted
- Target version deleted (
0)
Yes, also being able to send an editor a URL like http://example.com/typo3/backend.php?contentElement=123 would be neat.
Updated by Sybille Peters over 12 years ago
- File typo3-22384.diff typo3-22384.diff added
Great! However I would change the patch at least a little bit:
Updated by Ingo Renner over 12 years ago
Steffen Gebert wrote:
Yes, also being able to send an editor a URL like http://example.com/typo3/backend.php?contentElement=123 would be neat.
I once had the idea that the URL would constantly change with the current record you're editing. Something like
typo3/backend.php/page/pages/123
typo3/backend.php/list/tt_news/456
...
typo3/backend.php/$moduleName/$tableName/$recordUid
Updated by Mathias Schreiber about 10 years ago
- Target version set to 7.4 (Backend)
Updated by Susanne Moog over 9 years ago
- Target version changed from 7.4 (Backend) to 7.5
Updated by Christian Kuhn about 3 years ago
- Status changed from Accepted to Closed
Hey.
Quite a few things happened meanwhile: First, it's possible to deep-link the backend by now. Additionally, the 'interface' selection is kinda old fashioned and not well supported by the login anymore, also considering the fact that feedit has been abandoned from the core.
I hope it's thus ok to close here for now: If still changes regarding this functionality is wanted for current core, it should most likely happen with a fresh issue.