Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
4348 Widoki
'assets': {        
'web.report_assets_common': [           
'error_manager/static/src/js/error_manager.js',
        ],
    },


i've already add assets in manifest

Awatar
Odrzuć
Najlepsza odpowiedź

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

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
0
lut 24
995
1
wrz 23
5664
1
maj 25
2445
1
kwi 25
3465
1
kwi 25
4293