Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
4291 Zobrazení
'assets': {        
'web.report_assets_common': [           
'error_manager/static/src/js/error_manager.js',
        ],
    },


i've already add assets in manifest

Avatar
Zrušit
Nejlepší odpověď

Hi,

There's a '/' missing before the module name.

Change the code in manifest to:

'assets': { 
'web.report_assets_common': [ 
'/error_manager/static/src/js/error_manager.js',
],
}

Regards

Avatar
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
0
úno 24
976
1
zář 23
5622
1
kvě 25
2396
1
dub 25
3422
1
dub 25
4232