Actions
Bug #92539
closedLinkvalidator: User sees entire page path in list of broken links, should see mountpoint or current page as root page
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Linkvalidator
Target version:
-
Start date:
2020-10-12
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
following page tree
start/
├── a
│ └── mountpoint
│ ├── m_a1
│ └── m_a2
└── b
A user has page "mountpoint" as start page. He does not see the other pages above (/start/a). But in the list of broken links, the page "mountpoint" is listed as start/a/mountpoint (using the titles) in the second column ("Path").
Here, the mountpoint is "Test broken links xyz ssdf", but the path leads with /Congratulations/Test (which is not visible to the user).
Probably, not the entire path should be listed but just the path starting with either:
- the mountpoint
- OR the page the user has currently selected.
- OR only the page title (but have a way to see entire path e.g. as additional information which expands on hover / click or a detail view).
In other lists in "Info" module this is done differently, e.g. in localization view where you see the tree view.
Files
Actions