You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the in-project setup that does not work (sidenote: only top-level pages stay hidden, subpages are correctly displayed, haven't figured out why yet)
When I talk about a page being shown or not shown I always set nav_hide on this page. This report does not talk about subpages being hidden, when parent pages are changed.
When includeRootPages is set to 1 in the above example, pages Subpage [1] and Subpage2 [4] are correctly shown again, when setting nav_hide to 0. Nested Subpage [3] and Nested Subpage2 [5] still stay hidden, when setting nav_hide back to one.
When includeRootPages is set to 0 all pages have the cache invalidation issue (except in our project, see sidenote above)
The text was updated successfully, but these errors were encountered:
Hello there,
setting
nav_hide
to 1 invalidates cache and the page is no longer shown in the menu.ISSUE: setting
nav_hide
back to 0, the page is still hidden.Versions
TYPO3 12.4.28
b13/menu 1.1.2
Context
This is my test setup with a clean TYPO3 installation.
backend
frontend
typoscript
This is the in-project setup that does not work (
sidenote
: only top-level pages stay hidden, subpages are correctly displayed, haven't figured out why yet)Findings and Debug
When I talk about a page being shown or not shown I always set
nav_hide
on this page. This report does not talk about subpages being hidden, when parent pages are changed.When
includeRootPages
is set to 1 in the above example, pagesSubpage [1]
andSubpage2 [4]
are correctly shown again, when settingnav_hide
to 0.Nested Subpage [3]
andNested Subpage2 [5]
still stay hidden, when settingnav_hide
back to one.When
includeRootPages
is set to 0 all pages have the cache invalidation issue (except in our project, seesidenote
above)The text was updated successfully, but these errors were encountered: