Actions
Bug #102115
openDelete page without title reloads whole backend inside the main frame
Status:
New
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2023-10-08
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
12
PHP Version:
8.1
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
This issue affects TYPO3 11,12 and 13
Steps to reproduce
- drag a page on the pagetree
- Do not edit the title, so it remails
[Default Title]
- Edit page properties
- Click on "Delete"
Results:
TYPO3 11 > the modals writes:
Are you sure you want to delete this record?
TYPO3 12 and 13 > the modal writes:
Are you sure you want to delete the record 'undefined'?
If you proceed
- the page will not be deleted
- the whole backend will be loaded inside the main frame
Using the context menu on the page tree instead, the page is deleted. In this case the modal writes:
TYPO3 11
Are you sure you want to delete '[Default Title]'?
TYPO3 12
Are you sure you want to delete '[Default Title] [pages:234]'?
TYPO3 13
Are you sure you want to delete '[Default Title] [pages:234]'?
(see #102114)
Actions