Project

General

Profile

Actions

Bug #44379

closed

Split preview link doesn't work if backend is on different host

Added by Jigal van Hemert over 11 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Workspaces
Target version:
-
Start date:
2013-01-08
Due date:
% Done:

0%

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

Description

In an installation the BE is on a different host than the frontend. When generating the split preview link a hook in t3lib_BEfunc::viewOnClick() is used by the workspaces module to point to the preview controller. The viewOnClick() function still tries to determine the view domain on its own and if there is a domain record that domain will be used.

Extensions like EXT:solr need domain records and in combination with viewOnClick() the split preview link will go to the frontend domain. While this was correct for the original preview, the workspaces preview needs to go to the backend domain.

Actions

Also available in: Atom PDF