Actions
Bug #100902
openOpen form in backend context from link removes returnUrl parameter and shows /typo3/empty after close
Status:
New
Priority:
Should have
Assignee:
-
Category:
Site Handling, Site Sets & Routing
Target version:
-
Start date:
2023-05-19
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
11
PHP Version:
8.0
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Tested in
- TYPO3 11.5.27 & PHP 8.0
- TYPO3 12.4.1 & PHP 8.1
Steps to reproduce:
- Login to Backend
- Go to list module
- Add new record, for example sys_category
- Copy form url
- Open url in new tab
- Save and/or close form
- TYPO3 redirects to empty page with uri /typo3/empty
Updated by Christian Kuhn over 1 year ago
Yes. That's an issue with EditDocumentController that is rather hard to come by. It is similar with having bookmarks to records and closing them.
Updated by Riccardo De Contardi 6 months ago ยท Edited
This is still reproducible on 12.4.15 with the following steps:
- Login to Backend
- Go to list module
- Do not select a page
- Add new record, for example sys_category
- save it
- Copy the form url
- Open url in new tab
- Click on the close button of the record
Results:¶
- TYPO3 redirects to empty page with uri /typo3/empty
Actions