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

Cycle when setting ASAP/ALAP on individual tasks level #7605

Closed
arcady-zherdev opened this issue Oct 3, 2023 · 2 comments
Closed

Cycle when setting ASAP/ALAP on individual tasks level #7605

arcady-zherdev opened this issue Oct 3, 2023 · 2 comments
Assignees
Labels
bug Something isn't working forum Issues from forum high-priority Urgent to have fixed OEM OEM customer resolved Fixed but not yet released (available in the nightly builds)
Milestone

Comments

@arcady-zherdev
Copy link

Reported here: https://forum.bryntum.com/viewtopic.php?f=51&t=26472&p=131937#p131937

Steps to reproduce:

  1. make a summary task scheduled ALAP
  2. add a subtask scheduled ASAP
  3. make the parent task manually scheduled

Result: a cycle is thrown.

...Or simply execute this code in any demo (for example in basic):

gantt.project.taskStore.add({
    id                : 'parent',
    name              : 'parent',
    expanded          : true,
    manuallyScheduled : true,
    direction         : 'Backward',
    children          : [{ id : 'child', name : 'child', direction : 'Forward' }]
});
@arcady-zherdev arcady-zherdev added bug Something isn't working forum Issues from forum OEM OEM customer labels Oct 3, 2023
@matsbryntse matsbryntse added the high-priority Urgent to have fixed label Nov 27, 2023
@chuckn0rris
Copy link

Please also test the scenario from this post https://forum.bryntum.com/viewtopic.php?f=51&t=27067&p=135158#p135158

@canonic-epicure canonic-epicure self-assigned this Dec 20, 2023
@canonic-epicure canonic-epicure added in progress ready for review Issue is fixed, the pull request is being reviewed labels Dec 21, 2023
@canonic-epicure
Copy link

Both scenarios passes now.

@isglass isglass added resolved Fixed but not yet released (available in the nightly builds) and removed in progress ready for review Issue is fixed, the pull request is being reviewed labels Jan 2, 2024
@isglass isglass added this to the 5.6.5 milestone Jan 2, 2024
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 high-priority Urgent to have fixed OEM OEM customer resolved Fixed but not yet released (available in the nightly builds)
Projects
None yet
Development

No branches or pull requests

5 participants