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
Thanks for posting this patch. Looks like this is still an issue with the brands module. This was my error before applying patch when trying to access a brand via admin panel:
1 exception(s): Exception #0 (Magento\Framework\Exception\LocalizedException): The "componentType" configuration parameter is required for the "layout_update_xml_group" component.
Bellow stuff is missing from a7f76d7
After sorting it out run:
UPDATE setup_module SET data_version = "0.0.10" WHERE module = "MageSuite_BrandManagement";
and
./bin/magento s:up
The text was updated successfully, but these errors were encountered: