Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
1 Balas
3926 Tampilan
'assets': {        
'web.report_assets_common': [           
'error_manager/static/src/js/error_manager.js',
        ],
    },


i've already add assets in manifest

Avatar
Buang
Jawaban Terbai

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
Buang
Post Terkait Replies Tampilan Aktivitas
0
Feb 24
804
1
Sep 23
4871
1
Mei 25
1577
1
Apr 25
2740
1
Apr 25
3504