Project

General

Profile

Actions

Bug #99838

closed

_SHORTCUT_ORIGINAL_PAGE_UID set to wrong value

Added by David Mellen about 2 years ago. Updated 10 months ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2023-02-06
Due date:
% Done:

100%

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

Description

The _SHORTCUT_ORIGINAL_PAGE_UID property set in PageRepository->resolveShortcutPage has the value of the resolved page uid, shouldn't this be the uid of the shortcut original page instead?

Original code:

$page = $shortcut;
$page['_SHORTCUT_ORIGINAL_PAGE_UID'] = $page['uid'];

Fixed code:

$shortcutOriginalPageUid= $page['uid'];
$page = $shortcut;
$page['_SHORTCUT_ORIGINAL_PAGE_UID'] = $shortcutOriginalPageUid;


Related issues 4 (1 open3 closed)

Related to TYPO3 Core - Bug #106210: Shortcuts in menus are not ACT anymoreResolved2025-02-19

Actions
Related to TYPO3 Core - Bug #97186: Menuprocessor shortcut active subpage wrong link stateResolved2022-03-15

Actions
Related to TYPO3 Core - Bug #97037: Shortcut in menu to root page is always active Needs Feedback2022-02-25

Actions
Related to TYPO3 Core - Bug #102344: Shortcuts in menu are not active / current anymore in TYPO3 12Closed2023-11-07

Actions
Actions #1

Updated by Gerrit Code Review almost 2 years 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/+/79707

Actions #2

Updated by Gerrit Code Review almost 2 years 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/+/79707

Actions #3

Updated by Gerrit Code Review almost 2 years ago

Patch set 3 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/+/79707

Actions #4

Updated by Gerrit Code Review almost 2 years ago

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

Actions #5

Updated by Benni Mack almost 2 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #6

Updated by Benni Mack 10 months ago

  • Status changed from Resolved to Closed
Actions #7

Updated by Benni Mack 2 months ago

  • Related to Bug #106210: Shortcuts in menus are not ACT anymore added
Actions #8

Updated by Benni Mack 2 months ago

  • Related to Bug #97186: Menuprocessor shortcut active subpage wrong link state added
Actions #9

Updated by Benni Mack 2 months ago

  • Related to Bug #97037: Shortcut in menu to root page is always active added
Actions #10

Updated by Benni Mack 2 months ago

  • Related to Bug #102344: Shortcuts in menu are not active / current anymore in TYPO3 12 added
Actions

Also available in: Atom PDF