-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Deprecate the hasOutstandingIOU key on reports #32565
Comments
Hi, I’m Michael (Mykhailo) from Callstack and I would like to work on this issue. |
Job added to Upwork: https://www.upwork.com/jobs/~010ccb3eb4568689c3 |
Triggered auto assignment to Contributor Plus for review of internal employee PR - @cubuspl42 ( |
PRs to deprecate this in backend are ready and on hold for the app changes first |
Gut! |
Still testing, just resolved unit tests. Going to open the PR tomorrow. |
Review in progress |
Merged |
Payment handled here #32281 |
@mountiny Do we hold on anything in such case, or are we good to close this one? |
I need to clean this up in the backend but your payment can be handled already |
@mountiny, just carious any updates on this issue? |
I need to follow through on the PRs which were created in the backend as HOLD now |
This issue has not been updated in over 15 days. @mountiny, @rezkiy37 eroding to Monthly issue. P.S. Is everyone reading this sure this is really a near-term priority? Be brave: if you disagree, go ahead and close it out. If someone disagrees, they'll reopen it, and if they don't: one less thing to do! |
This was done already |
Problem
We have been using the
hasOutstandingIOU
key to indicate that there is some active (ie processing or open) report linked to chat report or as a property on the money request report to indicate the same.In case of IOU/expense report its however redundant as we know the state and status and total so we can derive if the report is active
In case of the parent chat reports (DM in case of IOU and workspace chat in case of expense report) we now have the
hasChildOutstandingRequest
property which indicates there is action required from the user.The
hasOutstandingIOU
property now became redundant so we can remove itSolution
Lets remove this key from the App
Upwork Automation - Do Not Edit
The text was updated successfully, but these errors were encountered: