Feature #96024
closedShow state of page - visible or not in FE if logged in (e.g. via adminpanel)
0%
Description
Reproduce¶
- load hidden page in FE. Though adminpanel is enabled, there is no indication if page is (normally) visible in FE (not logged in). Not as admin, not as regular editor.
Use case¶
If you load a page not via a page tree, but for example by testing redirects and you are currently logged in it is confusing because you don't see immediately the state of the page. You have to load the page in other browser or check in database or page tree.
We show lots of information in admin-panel. We could probably show too some status on page, e.g. is visible.
Should take hidden, l18n_cfg ("Hide default language of page", "Hide page if no translation for current language exists"), fe_group etc. into account - same as loading page in FE if not logged in.
Related¶
I am also not sure why the page is displayed at all, "Show hidden pages" is not activated (in adminpanel). It seems the behaviour changed, confirmed with master 11-dev. But for me, this is preferable, it just makes the checkbox redundant. "Show hidden pages"
Updated by Susanne Moog about 2 years ago
- Status changed from New to Needs Feedback
Hey,
isn't that what the preview flag already does? The preview flag on the top right will be displayed if the page would not have been visible normally and takes the settings you list into account.
Updated by Sybille Peters about 2 years ago
- Related to Task #98289: Document "Preview" in adminpanel documentation added
Updated by Sybille Peters about 2 years ago
- Status changed from Needs Feedback to Closed
isn't that what the preview flag already does
I honestly wasn't aware of that. It's also not in the documentation of the adminpanel. Created new issue for that #98289. Closing