Project

General

Profile

Actions

Bug #104113

closed

Page tree: Switching from one "Module: Web -> …" to another "Module: Web -> …" and the active page is gone

Added by Ayke Halder 16 days ago. Updated 16 days ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend JavaScript
Target version:
-
Start date:
2024-06-14
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Switching pages inside a "Module: Web-> …" and then switching from one "Module: Web-> …" to another "Module: Web -> …":

--> The page tree does not keep the active page.

See video typo3-page-tree-url-info-module.webm

Steps to reproduce:

1. Click on "Module: Web -> Page": https://typo3.cms.ddev.site/typo3/module/web/layout?id=0
2. Click a page in page-tree: https://typo3.cms.ddev.site/typo3/module/web/layout?id=246
3. Click on "Module: Web -> Info": https://typo3.cms.ddev.site/typo3/module/web/info?id=246
4. Click another page in page-tree: https://typo3.cms.ddev.site/typo3/module/web/info/translations?id=245
5. Go to another Module e.g. "Module: Web -> Page": https://typo3.cms.ddev.site/typo3/module/web/layout?id=0_218_245

--> In "Module: Web -> Page" the active page is the root-element 0, and not the active page from the page-tree.

(6. Should not be neccessary: click again on already selected page in page-tree: https://typo3.cms.ddev.site/typo3/module/web/layout?id=245 )

--> The active page from the page-tree becomes the active page in "Module: Web -> Page".

Technical background

Switching the page while in one of the Modules "Module: Web -> …" might store a wrong id-parameter:
id=0_218_245 - looks like rootline-path
Should be:
id=245

Then after switching to another Module "Module: Web -> …" the TYPO3-BE-url id-parameter is wrong:
https://typo3.cms.ddev.site/typo3/module/web/layout?id=0_218_245
Should be:
https://typo3.cms.ddev.site/typo3/module/web/layout?id=245


Files


Related issues 1 (1 open0 closed)

Is duplicate of TYPO3 Core - Bug #103784: Page not selected after switching modulesAccepted2024-05-03

Actions
Actions #1

Updated by Ayke Halder 16 days ago

  • Description updated (diff)
Actions #2

Updated by Ayke Halder 16 days ago

  • Subject changed from Switching from "Module: Web -> Info" to another Module - active page from page tree gone to Switching from on "Module: Web-> …" to another "Module: Web-> …" and the active page from page tree is gone
  • Description updated (diff)
Actions #3

Updated by Ayke Halder 16 days ago

  • Subject changed from Switching from on "Module: Web-> …" to another "Module: Web-> …" and the active page from page tree is gone to Page tree: Switching from one "Module: Web -> …" to another "Module: Web -> …" and the active page is gone
  • Description updated (diff)
Actions #4

Updated by Ayke Halder 16 days ago

  • Description updated (diff)
Actions #5

Updated by Ayke Halder 16 days ago

  • Description updated (diff)
Actions #6

Updated by Kevin Appelt 16 days ago

  • Is duplicate of Bug #103784: Page not selected after switching modules added
Actions #7

Updated by Riccardo De Contardi 16 days ago

  • Status changed from New to Closed

I close this issue in favor of #103784 please continue the discussion there.

I've added the description of this issue there to keep track of it

Thank you

Actions

Also available in: Atom PDF