Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
1922 Zobrazení

Steps to reproduce:


1. Open a contact

2. Open a tab like "internal notes"

3. Edit


navs[activeIndex] is undefined


Avatar
Zrušit
Autor Nejlepší odpověď

Solution:

/usr/lib/python3/dist-packages/odoo/addons/web/static/src/js/views/form/form_renderer.js 

Bug:

if (navs[activeIndex].classList.contains('o_invisible_modifier')) {

Fix:

if (activeIndex in navs && navs[activeIndex].classList.contains('o_invisible_modifier')) {

Avatar
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
3
zář 25
2657
0
srp 25
207
1
srp 25
2172
2
čvc 25
8069
2
čvc 25
4521