Project

General

Profile

Actions

Bug #87871

closed

pages in workspace URLs are not resolved

Added by Benni Mack about 5 years ago. Updated about 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
Link Handling, Site Handling & Routing
Start date:
2019-03-09
Due date:
% Done:

100%

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

Description

When generating links to a page that is modified,
or trying to find a slug that is modified in a versioned page,
this does not work.

1. The PageLinkBuilder tries to resolve a versioned page, and detects "pid=-1" and then fails to find the proper Site. That's why $page['t3ver_oid'] needs to be checked.
2. The PageRouter should include records with "-1" to find them as well, but then fix the "pid" again to find the pid of the online version.

Actions

Also available in: Atom PDF