Actions
Bug #87871
closedpages in workspace URLs are not resolved
Status:
Closed
Priority:
Should have
Assignee:
Category:
Site Handling, Site Sets & Routing
Target version:
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