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

Commits on Aug 23, 2021

  1. fix(state): don't use previous columns ref when getting current cols

    - 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
    ghiscoding committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    f312c60 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    58b04a0 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #446 from ghiscoding/bugfix/grid-state-grid-view

    fix(state): don't use previous columns ref when getting current cols
    ghiscoding committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    0b4d8b1 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2021

  1. Configuration menu
    Copy the full SHA
    fe55046 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    634ad23 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5f4724f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #447 from ghiscoding/feat/sanitize-all-inner-html

    feat(sanitize): make sure any string sent to innerHtml are sanitized
    ghiscoding committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    f867d19 View commit details
    Browse the repository at this point in the history
  5. fix(composite): calling Edit change shouldn't affect Mass-Update

    - 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
    ghiscoding committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    0ae2a90 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0c1798a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8f32dc1 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #448 from ghiscoding/bugfix/composite-previous-edi…

    …t-affecting-mass-update
    
    fix(composite): calling Edit change shouldn't affect Mass-Update
    ghiscoding committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    b0d9908 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2021

  1. Configuration menu
    Copy the full SHA
    69711ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d410e0 View commit details
    Browse the repository at this point in the history