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

fix(composite): selected row count always 0 on mass-selected #712

Merged
merged 1 commit into from
Jul 6, 2022

Commits on Jul 6, 2022

  1. fix(composite): selected row count always 0 on mass-selected

    - add dispose method to container service to start with a blank array whenever we route to another page, this is to avoid reusing already disposed services that might still be in the container service
    - the issue was found in Angular-Slickgrid and did not seem to show up as a problem in Slickgrid-Universal itself but better play safe and apply the same here
    ghiscoding committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    0fe7101 View commit details
    Browse the repository at this point in the history