Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect endDate update if applied same value using set method #5590

Open
chuckn0rris opened this issue Nov 16, 2022 · 1 comment
Open

Incorrect endDate update if applied same value using set method #5590

chuckn0rris opened this issue Nov 16, 2022 · 1 comment
Labels
bug Something isn't working forum Issues from forum large-account Reported by large customer OEM OEM customer premium

Comments

@chuckn0rris
Copy link

Forum post

Hi,

I'd like to report a bug. As far as I see it is present in the SchedulerPro, but it is working in the normal Scheduler.
Tested in 5.2.0-beta and 5.2.2.

Steps to reproduce:

Open: https://bryntum.com/examples/scheduler-pro/percent-done/
Run in the console:

let r = schedulerPro.eventStore.getAt(0); 
r.set({ startDate: '2020-03-23 03:00:00', endDate: new Date(r.endDate) });

Expected: start date is changed, end date is not changed
Actual: start and end date are changed

Please provide a workaround/quick fix for that... thanks!

@chuckn0rris chuckn0rris added bug Something isn't working premium forum Issues from forum large-account Reported by large customer OEM OEM customer labels Nov 16, 2022
@isglass isglass added this to the 5.3.x milestone Nov 16, 2022
@isglass isglass removed this from the 5.3.x milestone Feb 20, 2023
@bryanmylee
Copy link

Running into a similar issue where I cannot initialize new tasks with a duration or end date.

Trying to do so results in all tasks receiving the wrong end date for some reason.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working forum Issues from forum large-account Reported by large customer OEM OEM customer premium
Projects
None yet
Development

No branches or pull requests

3 participants