Our pure JavaScript Scheduler component


Post by striker »

Hello.
I am using SchedulerPro 4.1.2

I configured calednars with working time programatically and with delay about 500ms after setting tasks.

 this.resourceCalendarsStore.add({
            id: calendarId,
            name: ganttResource.name,        
unspecifiedTimeIsWorking: false,
intervals: workingIntervals // my intervals });

Then I am setting calendar for resource":

 ganttResource.calendar = calendarId; //ganttResource is from this.schedulerInstance?.resourceStore
 

I am ussing following feature:

       
resourceNonWorkingTime: <ResourceNonWorkingTimeConfig> { maxTimeAxisUnit: 'year',
disabled: false
},

and with option:

 zoomKeepsOriginalTimespan: true

No errors in the console.

If I drag & drop task to another resource nonworking time, dependencies are refreshed propertly and are backing to the valid ranges, but task not.

Refreshing view preset by zooming is fixing error.
This the gif:

draganddroperror2.gif
draganddroperror2.gif (1.78 MiB) Viewed 328 times

Greetings


Post by mats »

Could you please upload a runnable test case so we can look into this?


Post Reply