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

Resources grouping works incorrect with some data set #3283

Closed
chuckn0rris opened this issue Aug 12, 2021 · 0 comments
Closed

Resources grouping works incorrect with some data set #3283

chuckn0rris opened this issue Aug 12, 2021 · 0 comments
Assignees
Labels
bug Something isn't working forum Issues from forum high-priority Urgent to have fixed resolved Fixed but not yet released (available in the nightly builds)
Milestone

Comments

@chuckn0rris
Copy link

Forum post

Use the file attached to reproduce.
Resource grouping works incorrect. It shows few groups with the same name in case store was grouped after init (using store.group() method) and it throws an error if group defined in store configs. Like:

    resourceStore : {
        // fields : ['mtt'],
        sorters : [{ field : 'mtt', ascending : true }],
        groupers : [{ field : 'mtt', ascending : true }],
        data : resources
    },

app.js.zip

@chuckn0rris chuckn0rris added bug Something isn't working forum Issues from forum labels Aug 12, 2021
@chuckn0rris chuckn0rris self-assigned this Aug 16, 2021
@chuckn0rris chuckn0rris added the high-priority Urgent to have fixed label Aug 16, 2021
@chuckn0rris chuckn0rris added this to the 4.2.4 milestone Aug 16, 2021
@chuckn0rris chuckn0rris added the ready for review Issue is fixed, the pull request is being reviewed label Aug 17, 2021
@matsbryntse matsbryntse 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 23, 2021
@chuckn0rris chuckn0rris reopened this Sep 6, 2021
@chuckn0rris chuckn0rris added in progress and removed resolved Fixed but not yet released (available in the nightly builds) labels Sep 6, 2021
@chuckn0rris chuckn0rris modified the milestones: 4.2.4, 4.2.5 Sep 6, 2021
@chuckn0rris chuckn0rris added ready for review Issue is fixed, the pull request is being reviewed 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 Sep 6, 2021
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 resolved Fixed but not yet released (available in the nightly builds)
Projects
None yet
Development

No branches or pull requests

2 participants