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

Task is added to the wrong place of the ordered tree when store is sorted #7323

Closed
bmblb opened this issue Aug 17, 2023 · 0 comments
Closed
Assignees
Labels
bug Something isn't working OEM OEM customer resolved Fixed but not yet released (available in the nightly builds)
Milestone

Comments

@bmblb
Copy link

bmblb commented Aug 17, 2023

Steps to reproduce:

  1. Load this dataset to Gantt:
tasksData : [
    {
        id       : 1,
        name     : 'Task A',
        duration : 1,
        myfield  : 4
    },
    {
        id       : 2,
        name     : 'Task B',
        duration : 1,
        myfield  : 2
    },
    {
        id       : 3,
        name     : 'Task C',
        duration : 1,
        myfield  : 1
    },
    {
        id       : 4,
        name     : 'Task D',
        duration : 1,
        myfield  : 5
    },
    {
        id       : 5,
        name     : 'Task E',
        duration : 1,
        myfield  : 3
    }
]
  1. Sort by myfield ascending
  2. Add task below Task E

Related issue: #7220

@bmblb bmblb added bug Something isn't working OEM OEM customer labels Aug 17, 2023
@bmblb bmblb self-assigned this Aug 17, 2023
@bmblb bmblb added the ready for review Issue is fixed, the pull request is being reviewed label Aug 17, 2023
@isglass isglass added resolved Fixed but not yet released (available in the nightly builds) and removed ready for review Issue is fixed, the pull request is being reviewed labels Aug 18, 2023
@isglass isglass added this to the 5.5.2 milestone Aug 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working OEM OEM customer resolved Fixed but not yet released (available in the nightly builds)
Projects
None yet
Development

No branches or pull requests

2 participants