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
4504 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
1112
1
zář 23
6039
3
srp 25
2698
1
kvě 25
2687
1
dub 25
3674