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

Validation hooks fixes #197

Merged
merged 5 commits into from
Oct 20, 2023
Merged

Validation hooks fixes #197

merged 5 commits into from
Oct 20, 2023

Conversation

trevorloflin
Copy link
Contributor

This pull request fixes two issues:

It restricts rowHook to run only on changed rows when called by the rows changed event (it should still run on all rows initially). It also turns rowHook and tableHook into (optionally) async functions. The relevant tests have also been updated to accept asynchronous functionality.

@adriancoll
Copy link

I hope this is merged soon!

@masiulis
Copy link
Contributor

Hey @trevorloflin, thank you for your contribution! It will take me some time to review and test the code, as this is one of the most complex parts of the component. I really appreciate your work on this one!

@masiulis masiulis changed the base branch from master to UGN-409 October 20, 2023 08:38
@masiulis masiulis merged commit 5048c4a into UgnisSoftware:UGN-409 Oct 20, 2023
masiulis added a commit that referenced this pull request Nov 3, 2023
@masiulis
Copy link
Contributor

masiulis commented Nov 3, 2023

Released in 4.3.0, thanks @trevorloflin!

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.

3 participants