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
I'm trying to use flask-menu to build a menu which contains a dynamic submenu. Therefore I'm registering menu entries with MenuEntryMixin.register().
What I'm missing is a way to 'unregister' a given MenuEntryMixin, which removes the entry from the menu.
The text was updated successfully, but these errors were encountered:
I'm trying to use flask-menu to build a menu which contains a dynamic submenu. Therefore I'm registering menu entries with
MenuEntryMixin.register()
.What I'm missing is a way to 'unregister' a given
MenuEntryMixin
, which removes the entry from the menu.The text was updated successfully, but these errors were encountered: