-
Bug
-
Resolution: Fixed
-
Low
-
6.13.4, 7.3.5, 7.4.0, 7.6.2, 7.7.2
-
None
-
3
-
Severity 3 - Minor
-
1
-
Issue Summary
While viewing a page that is a child of another page, if you click the ellipsis to show the full page tree hierarchy the red lock icon that you would use to modify page restrictions disappears.
Steps to Reproduce
- Create a Space called 'Global Tools Home'
- Create a Page called 'GTF Internal'
- Create a Child Page called 'Projects - GTF Internal'
- Create a Child Page under that called 'Test'
- Add a viewing and editing restriction on this page
- Click the ellipsis to expand the page tree
- Notice the red lock disappears
Expected Results
In this case the expected behavior would be that the red lock continues to appear even after you click the ellipses next to dashboard on top to expand the page hierarchy.
Actual Results
The red lock is not visible.
Workaround
- [Recommended approach] Click the Ellipsis button (in the upper-right corner) and select Restrictions to view the same Restrictions window, essentially achieving the same outcome.
- Refresh the affected Page so it gets back to the initial state, as the ellipsis symbol in the breadcrumbs section and the padlock icon will get back.
- Open the Developer Tools and use the Inspect function to select the padlock area and remove the display: none property; or find the "page-metadata-banner" element and remove the display: none property.
PS: The third option is not a viable workaround for most users, as the element will be reset every time the page gets reloaded.
- mentioned in
-
Page Loading...