Project

General

Profile

Actions

Bug #102115

open

Delete page without title reloads whole backend inside the main frame

Added by Riccardo De Contardi 7 months ago. Updated 3 months ago.

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

  1. drag a page on the pagetree
  2. Do not edit the title, so it remails [Default Title]
  3. Edit page properties
  4. 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

  1. the page will not be deleted
  2. 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)


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #102114: Delete page confirm modal on pagetree has encoded character "'"Closed2023-10-08

Actions
Actions #1

Updated by Riccardo De Contardi 7 months ago

  • Related to Bug #102114: Delete page confirm modal on pagetree has encoded character "'" added
Actions #2

Updated by Riccardo De Contardi 3 months ago

UPDATE:

on version 13.1.0-dev it looks like it is no more possible to create a page without entering a title, so the issue can be considered solved on the latest main.

Close it if you think that it is an edge case not worth the time to fix it on 12 and 11

Actions

Also available in: Atom PDF