Skip to Content
Menú
This question has been flagged
1 Respondre
4387 Vistes
'assets': {        
'web.report_assets_common': [           
'error_manager/static/src/js/error_manager.js',
        ],
    },


i've already add assets in manifest

Avatar
Descartar
Best Answer

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
Descartar
Related Posts Respostes Vistes Activitat
0
de febr. 24
1034
1
de set. 23
5772
3
d’ag. 25
2370
1
de maig 25
2562
1
d’abr. 25
3520