Bug #44379
closedSplit preview link doesn't work if backend is on different host
0%
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.
Updated by Michael Stucki almost 11 years ago
- Category changed from Bugs to Workspaces
Updated by Michael Stucki almost 11 years ago
- Project changed from 624 to TYPO3 Core
- Category changed from Workspaces to Workspaces
Updated by Oliver Hader about 9 years ago
- Target version changed from 7.5 to 7 LTS
- Is Regression set to No
Updated by Benni Mack over 6 years ago
- Status changed from New to Needs Feedback
Please retest in current master.
Updated by Riccardo De Contardi about 6 years ago
- Status changed from Needs Feedback to Closed
I close this issue for now in agreement with the reporter;
If this issue comes out again, please open a new issue with a reference to this one, thank you.