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(core): grid service resetGrid method wasn't always resetting #829

Merged
merged 1 commit into from
Dec 1, 2022

Conversation

ghiscoding
Copy link
Owner

  • the previous code called clearPinning() which also called a 2nd setColumns but with a different set of columns which was conflicting with the first set

- the previous code called `clearPinning()` which also called a 2nd `setColumns` but with a different set of columns which was conflicting with the first set
@codecov
Copy link

codecov bot commented Dec 1, 2022

Codecov Report

Merging #829 (57de9c8) into master (b4ffd6e) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##            master      #829   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          239       239           
  Lines        16366     16366           
  Branches      5777      5778    +1     
=========================================
  Hits         16366     16366           
Impacted Files Coverage Δ
packages/common/src/services/grid.service.ts 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@ghiscoding ghiscoding merged commit 1ffc382 into master Dec 1, 2022
@ghiscoding ghiscoding deleted the bugfix/reset-grid branch December 1, 2022 01:14
ghiscoding added a commit to ghiscoding/aurelia-slickgrid that referenced this pull request Dec 1, 2022
- add E2E tests for the real fix that was applied in Slickgrid-Universal [PR](ghiscoding/slickgrid-universal#829)
ghiscoding added a commit to ghiscoding/Angular-Slickgrid that referenced this pull request Dec 1, 2022
- add E2E tests for the real fix that was applied in Slickgrid-Universal [PR](ghiscoding/slickgrid-universal#829)
ghiscoding added a commit to ghiscoding/aurelia-slickgrid that referenced this pull request Dec 2, 2022
)

* fix(core): grid service `resetGrid` method wasn't always resetting
- add E2E tests for the real fix that was applied in Slickgrid-Universal [PR](ghiscoding/slickgrid-universal#829)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant