-
Notifications
You must be signed in to change notification settings - Fork 305
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
HPCC-33199 Workunits not handling ESP Exceptions #19404
HPCC-33199 Workunits not handling ESP Exceptions #19404
Conversation
Jira Issue: https://hpccsystems.atlassian.net//browse/HPCC-33199 Jirabot Action Result: |
@@ -17,6 +17,7 @@ import { useUserTheme } from "../../hooks/theme"; | |||
* useWhatChanged([count, selectionHandler, sorted, start, store, query], "count, selectionHandler, sorted, start, store, query"); | |||
* | |||
*/ | |||
import { useWhatChanged } from "@simbathesailor/use-what-changed"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove
|
||
useWhatChanged([abortController?.current?.signal, count, selectionHandler, start, store, query, sorted], "signal, count, selectionHandler, start, store, query, sorted"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove
Catch exception and allow list to clear. Fixed an issue where WUQuery would be called twice after a filter change. Fixed an issue where sorting a column back to default didn't remove the previous sort condition Signed-off-by: Gordon Smith <GordonJSmith@gmail.com>
bbffd53
to
fe5ee84
Compare
e690053
into
hpcc-systems:candidate-9.2.x
Jirabot Action Result: |
Catch exception and allow list to clear.
Fixed an issue where WUQuery would be called twice after a filter change. Fixed an issue where sorting a column back to default didn't remove the previous sort condition
Type of change:
Checklist:
Smoketest:
Testing: