Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
workorder-detail-fix: Enforce order item details for buggy job types #929
base: master
Are you sure you want to change the base?
workorder-detail-fix: Enforce order item details for buggy job types #929
Changes from 27 commits
c1960e0
0ac190c
152fe5b
4e42bd8
323121d
08a56b0
b4b2518
9635fab
5c643b7
69a5e1f
e52adbe
b30668f
fae0027
45f87de
47761b6
e1f170e
ea76f59
727200b
39a4db4
a4ce456
8ad4f77
a5c2cc9
4e950dd
a39ec2e
d6b0775
f6275f0
384625d
3cff781
b0146e7
f504edc
027f410
b7c0ce8
4ca5a42
f961c8f
fa308ab
e584bba
fcc8546
fea88ca
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
I don't think this is a fatal error. we could regularly get desynchronized because of tools like
timestream
. I think we can just transparently attempt to resync.jobs that have already started to gather items can be skipped (and we can document that this script is not infallible)
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.
got it re-syncing now. Surprisingly the fix works with
timestream
on (though it does de-sync a lot). I wouldn't thinktimestream
handles work orders well in the first placeAlso, the already-gathering-items "fix" is gone for now because I got a couple crashes (!), either relating to the general refs or the
while
loop checking the vector. It's not crucial anyway