oroinc / orocommerce

Main OroCommerce package with core functionality.
http:///www.orocommerce.com/
Other
193 stars 84 forks source link

Hello I am getting issue in orocommerce 4.1, admin panel loadModules is not defined. please check screenshot #110

Closed amansrivastava462 closed 4 years ago

amansrivastava462 commented 4 years ago

Hello I am getting issue in orocommerce 4.1, admin panel loadModules is not defined. please check screenshot.

Screenshot from 2020-03-03 11-18-34

also i am creating a module and try to import using

{% import 'OroSyncBundle:Include:contentTags.html.twig' as syncMacro %}

in my twig file same error i am getting from here. loadModules is not defined.

amansrivastava462 commented 4 years ago

I have found the solution, we can load the module using jsmodules.yml file, you need to define your modules in the jsmodules.yml for dynamic imports.