Project

General

Profile

Actions

Task #99599

open

"Page TSconfig" submodule: Change active page in page tree when clicking on a list entry on page zero

Added by Jasmina Ließmann almost 2 years ago. Updated 2 months ago.

Status:
Under Review
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2023-01-18
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

On page zero the "Page TSconfig" submodule shows a list of pages that contain values in the field "Page TSconfig" ('TSconfig') in their page settings.
Clicking on a list entry will take you to the selected page and show the Page TSconfig of this page, but the page tree remains the same.

Suggestion:
  • Reload the page tree / set the active state to the selected page (= list entry)

Related issues 2 (1 open1 closed)

Related to TYPO3 Core - Task #99594: Improve submodule "Page TSconfig"ClosedJasmina Ließmann2023-01-16

Actions
Related to TYPO3 Core - Bug #104457: Page not marked as selected in page-tree if opened via browser bookmark or TYPO3s open-docs/recent-docs menuUnder Review2024-07-22

Actions
Actions #1

Updated by Jasmina Ließmann almost 2 years ago

  • Subject changed from "Page TSconfig" submodule: Reload pagetree when clicking on a list entry on page zero to "Page TSconfig" submodule: Active state when clicking on a list entry on page zero
Actions #2

Updated by Jasmina Ließmann almost 2 years ago

  • Subject changed from "Page TSconfig" submodule: Active state when clicking on a list entry on page zero to "Page TSconfig" submodule: Change active page in page tree when clicking on a list entry on page zero
Actions #3

Updated by Christian Kuhn almost 2 years ago

  • Parent task deleted (#99594)
Actions #4

Updated by Christian Kuhn almost 2 years ago

  • Related to Task #99594: Improve submodule "Page TSconfig" added
Actions #5

Updated by Gerrit Code Review over 1 year ago

  • Status changed from New to Under Review

Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/80380

Actions #6

Updated by Gerrit Code Review over 1 year ago

Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/80380

Actions #7

Updated by Ayke Halder 2 months ago

This is a general behaviour in every module.

Let's say I am in module 'Web -> List':

  • Parent page (selected page)
    • Subpage A
    • Subpage B
    • Subpage C

Now I see a record-table with all Subpages A/B/C of 'Parent page' in the content-frame.
Let's say I want to edit 'Subpage A' and 'Subpage C'.

I click on 'Edit Subpage A'

What should happen next?

  • Option 1: Don't change page-tree and keep showing 'Parent page' as current page.
  • Option 2: Switch page-tree to show 'Subpage A' as current page.

I start editing 'Subpage A', then click 'Save' and 'Close'.

What will happen next?

  • with option 1: I'm still on 'Parent page' and I see the record-table 'pages' with Subpages A/B/C.
  • with option 2: I'm on 'Subpage A' and see the record-tables like 'content' of 'Subpage A'

As mentioned above: next I want to edit 'Subpage B'.

  • with option 1: I click on 'Edit Subpage B' - and there I go. GOOD.
  • with option 2: I'm on 'Subpage A' and can not see 'Edit Subpage B'. And I also can not see the changes I did before on 'Subpage A' in the 'pages' record-table. So first I need to switch back to 'Parent page' to go on with editing. BAD.

This is one use case where I do not want to automatically switch the page tree to the page I'm currently editing.
So I think we should not implement this feature to 'change current page in page-tree when just opening a page for editing'.

Actions #8

Updated by Ayke Halder 2 months ago

  • Related to Bug #104457: Page not marked as selected in page-tree if opened via browser bookmark or TYPO3s open-docs/recent-docs menu added
Actions

Also available in: Atom PDF