Pular para o conteúdo
Menu
Esta pergunta foi sinalizada
1 Responder
5129 Visualizações
'assets': {        
'web.report_assets_common': [           
'error_manager/static/src/js/error_manager.js',
        ],
    },


i've already add assets in manifest

Avatar
Cancelar
Melhor resposta

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
Cancelar
Publicações relacionadas Respostas Visualizações Atividade
0
fev. 24
1513
1
set. 23
7272
5
set. 25
23209
3
ago. 25
3471
1
mai. 25
3353