markTimeSpan + ignoreUnit Bug ?

Hi ,

i think i found a bug , if i use ignore to not show certain days , mark timespan and addMarked timespan can’t draw in certain days !!!

scheduler.ignore_my_unit=function(date){
if(date.getDay() == 0 || date.getDay() == 6){ t
return true;
}
return false;
}

what is going on, am i missing something ?

please check the joined images.

Thanks




Hi ,

I found a bug , if i use ignore to not show certain days , mark timespan and addMarked timespan can’t draw in certain days !!!

scheduler.ignore_my_unit=function(date){
if(date.getDay() == 0 || date.getDay() == 6){
return true;
}
return false;
}

what is going on, am i missing something ?

please check the joined images.

Thanks






Hi,
please do not duplicate topics.
We’ve confirmed a bug and will send you a fix as soon as it will be ready

Hi Aliaksandr,
sorry for duplicating , and thanks