Se rendre au contenu
Menu
Cette question a été signalée
1 Répondre
5104 Vues
'assets': {        
'web.report_assets_common': [           
'error_manager/static/src/js/error_manager.js',
        ],
    },


i've already add assets in manifest

Avatar
Ignorer
Meilleure réponse

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
Ignorer
Publications associées Réponses Vues Activité
0
févr. 24
1512
1
sept. 23
7252
5
sept. 25
23166
3
août 25
3463
1
mai 25
3349