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
The issue mainly resides with the ModuleServiceProvider which calls loadInfo(true) to make sure that migrations, factories and views are loaded even for disabled modules. I do not recall why they needed to be force loaded, but the 1st parameter of loadInfo is the $allModules param which MR 5.6 uses to force load all modules but only in the context of module marketplace, locales, and widget gallery.
I think the loadInfo(true) is used to force all the modules to load so that the Widget Gallery shows all the widgets with their localization and potential data.
The navigation needs to respect the modules env var and or enabled modules list
The text was updated successfully, but these errors were encountered: