跳至內容
選單
此問題已被標幟
1 回覆
4360 瀏覽次數
'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
1005
1
9月 23
5674
1
5月 25
2458
1
4月 25
3475
1
4月 25
4303