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

Feat/internal header button #449

Merged

Conversation

ghiscoding
Copy link
Owner

No description provided.

- in our current project, if we were to create a Grid View by hidding some columns and then revert to default Grid View and then creating a 2nd Grid View it would reuse the hidden columns from the 1st Grid View even though we wanted to base our 2nd Grid View from the base (which is supposed to have all columns shown)... so basically the issue was that we shouldn't keep/reuse of the columns, we should reevaluate every time
fix(state): don't use previous columns ref when getting current cols
feat(sanitize): make sure any string sent to innerHtml are sanitized
- fix an issue found that if we Edit a value (let say Title to "Task 1234") and then do a Mass Update on different field (say "% Complete" to 90%), the mass update was actually picking up the "Task 1234" from the previous edit even though it wasn't part of the Mass Update. So we can simply clear the `formValues` object when opening the modal window and before populating the form
…t-affecting-mass-update

fix(composite): calling Edit change shouldn't affect Mass-Update
@codecov
Copy link

codecov bot commented Aug 25, 2021

Codecov Report

Merging #449 (2d410e0) into feat/internal-controls-and-plugins (18d74ba) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@                         Coverage Diff                          @@
##           feat/internal-controls-and-plugins      #449   +/-   ##
====================================================================
  Coverage                              100.00%   100.00%           
====================================================================
  Files                                     222       222           
  Lines                                   13736     13776   +40     
  Branches                                 4483      4496   +13     
====================================================================
+ Hits                                    13736     13776   +40     
Impacted Files Coverage Δ
packages/common/src/extensions/index.ts 100.00% <ø> (ø)
packages/common/src/plugins/index.ts 100.00% <ø> (ø)
...bundle/src/components/slick-vanilla-grid-bundle.ts 100.00% <ø> (ø)
packages/common/src/controls/gridMenu.control.ts 100.00% <100.00%> (ø)
packages/common/src/filters/compoundDateFilter.ts 100.00% <100.00%> (ø)
packages/common/src/filters/compoundInputFilter.ts 100.00% <100.00%> (ø)
...ackages/common/src/filters/compoundSliderFilter.ts 100.00% <100.00%> (ø)
packages/common/src/filters/filterUtilities.ts 100.00% <100.00%> (ø)
packages/common/src/filters/sliderRangeFilter.ts 100.00% <100.00%> (ø)
packages/common/src/plugins/headerButton.plugin.ts 100.00% <100.00%> (ø)
... and 8 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 18d74ba...2d410e0. Read the comment docs.

@ghiscoding ghiscoding merged commit c768eb3 into feat/internal-controls-and-plugins Aug 25, 2021
@ghiscoding ghiscoding deleted the feat/internal-header-button branch August 25, 2021 04:05
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.

None yet

1 participant