تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
1 الرد
7337 أدوات العرض

 Is there a way to remove or override base js files asseted. i want to disable some file thanks

الصورة الرمزية
إهمال
أفضل إجابة

Yes, you can just inherit web.assets_backend and xpath target what want to remove.
Like this :

<template id="assets_common" inherit_id="web.assets_common">
<xpath expr="script[@src='/password_security/static/src/js/password_gauge.js']" position="replace"/>
<xpath expr="script[@src='/password_security/static/lib/zxcvbn/zxcvbn.min.js']" position="replace"/>
</template>
الصورة الرمزية
إهمال
الكاتب

thank you!

المنشورات ذات الصلة الردود أدوات العرض النشاط
1
يونيو 23
1876
1
مايو 23
1817
1
أكتوبر 22
3939
2
يوليو 22
2921
0
مايو 20
3065