コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
4310 ビュー
'assets': {        
'web.report_assets_common': [           
'error_manager/static/src/js/error_manager.js',
        ],
    },


i've already add assets in manifest

アバター
破棄
最善の回答

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

アバター
破棄
関連投稿 返信 ビュー 活動
0
2月 24
987
1
9月 23
5637
1
5月 25
2418
1
4月 25
3440
1
4月 25
4256