Notifications
Retirer tout
Submit issues
3
Posts
2
Utilisateurs
0
Reactions
1,924
Vu
Début du sujet
Hi, Since version V9.0.5, we have a bug on recording absences using modules. Indeed, the popup but the type is empty and impossible to select one.
On the field "Type" we have no option available.
After submit, we have this message :
We use two navigator :
- EDGE Chromium : V89
- Firefox : Firefox v78
Thinks for your help,
Posté : 18/03/2021 3:36 pm
Hi,
Issue confirmed.
In view/leaveCalendar.php, change line 200 from
dojoType='dijit.form.FilteringSelect'
to
dojoType='dijit.form.Select'
and chnage line 209 from
data-dojo-type='dijit.form.FilteringSelect'
to
data-dojo-type='dijit.form.Select'
Posté : 19/03/2021 5:56 pm
Début du sujet
Hi,
Thanks, this bug is resolved.
Posté : 19/03/2021 6:18 pm