Skip to content

[FIX] Menu using Structure does not update after add/remove wiki page

When a wiki page is removed or created and added to a Structure, menus using the structure do not update accordingly.

This is as a result of the menu loading stale cache data. The menu cache was not updated when a wiki page is created or removed.

I added code to clear the menu/structure cache after a page is created or removed.

Merge request reports