Project

General

Profile

Actions

Bug #32938

closed

Link to mounted shortcut page lacks &MP parameter

Added by Xavier Perseguers over 12 years ago. Updated about 12 years ago.

Status:
Closed
Priority:
Must have
Category:
Miscellaneous
Target version:
Start date:
2012-01-03
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.6
PHP Version:
5.3
Tags:
Complexity:
medium
Is Regression:
Sprint Focus:

Description

There is a bug when generating links to shortcut pages over a mounted page.

Page tree to reproduce the problem:

root
  |-- [1] website
  |         |-- [2] page 1
  |         |-- [3] page 2
  |         `-- [4] page 3 (not shown in menu, mount point to [5])
  `-- [5] shared pages
            |-- [6] normal page
            `-- [7] tools (shortcut to 1st child)
                      `-- [8] page X

Generate a double menu, one for pages of [1], one dedicated to pages under mount point [4] (which is not shown in first menu)

Expected:

Menu 1

  • /index.php?id=2 -> page 1
  • /index.php?id=3 -> page 2

Menu 2

  • /index.php?id=6&MP=5-4 -> normal page
  • /index.php?id=8&MP=5-4 -> tools

This works only when current page is [6]. What is generated for Menu 2 when current page is within [1] ("website") is:

Menu 2 (BUG)

  • /index.php?id=6&MP=5-4 -> normal page
  • /index.php?id=8 -> tools

Thus when a link to a shortcut page is generated, it lacks the &MP parameter unless current page already contains the &MP parameter.


Related issues 3 (0 open3 closed)

Related to TYPO3 Core - Bug #29584: Shortcut to mountpoint results in illegal root treeRejected2011-09-09

Actions
Related to TYPO3 Core - Bug #19379: Mountpoint var ignored when a "Shortcut page" is in the rootlineClosed2008-09-26

Actions
Related to TYPO3 Core - Bug #17537: Shortcuts within mounted trees lose MP-ParameterClosed2007-08-16

Actions
Actions

Also available in: Atom PDF