Bug #92539
Updated by Sybille Peters almost 3 years ago
following page tree
<pre><code class="text">
start/
├── a
│ └── mountpoint
│ ├── m_a1
│ └── m_a2
└── b
</code></pre>
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").
!linklist.png!
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.