Bug #88732
openButton "View" has no effect if no site has been configured yet
0%
Description
TYPO3 v10.0-dev
Issue¶
The "view page" functionality in the TYPO3 backend has no effect if no site has been configured yet.
How to reproduce¶
Fresh, new TYPO3 installation from scratch (no pages, no content, no site configuration at all).
Create a new page and add a standard sitepackage. Add some content to the new page.
Try to view the page by clicking the "view" icon at the top or by selecting "Show" from the context menu in the page tree (see attached screenshot0016.png)
Both functions have to effect (and don't produce an error message).
To verify that the root cause of the problem is a missing site configuration, access the frontend directly.
An error message indicates that no site has been configured yet.
Now create a site: SITE MANAGEMENT → Sites. Both functions above are now working as expected.
Expected behaviour¶
An error message or warning when the "view page" function is executed in the backend.
Files