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
Allow split actions to be edited and implement IOU action completeSplitBill #29064
Allow split actions to be edited and implement IOU action completeSplitBill #29064
Changes from 13 commits
8c8d3ff
12b9043
7fba50a
bd7c4b2
4b95154
8f3f426
60bca0e
914985f
b3c4a3e
d62883c
08d7577
f516e3b
5812464
7950ce7
4096fe2
dd69105
46b6398
f134e3f
01d37b7
f495a29
5ad7a0a
322e20f
11883ed
20be465
9311976
1e71502
e3dc941
45d90fb
3231d67
cc9a41c
b87312d
6a8de3f
c25228c
ba0174c
4e54b1b
63733b2
a518d61
cdf376b
95dc96f
cc00910
5aad7a8
be6be0f
b274a70
56dc410
2f976ef
f80a658
6a28df3
1e21419
c7b5482
26a7311
48d684b
362a1ae
f8484ae
583a607
bf021a5
5867982
7a6f4b2
a740150
f73674d
0126d5f
9107a5a
272fb9b
5cd7d9b
95b3b9f
7945675
ddc2214
1a51105
69c0df9
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.
Why we are adding the isScanning condition? It's causing a regression
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.
Can we make the title relays solely on the
iouType
(instead of hasMultipleParticipants) andreceiptPath
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.
Done, thanks!
Check failure on line 99 in src/libs/TransactionUtils.ts
GitHub Actions / lint
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'm not sure why this function handles updating a receipt, the function name is
getUpdatedTransaction
, but seems like the function has a side effect.Check failure on line 70 in src/libs/actions/IOU.js
GitHub Actions / lint
Check failure on line 1505 in src/libs/actions/IOU.js
GitHub Actions / lint
Check failure on line 1507 in src/libs/actions/IOU.js
GitHub Actions / lint
Check failure on line 1517 in src/libs/actions/IOU.js
GitHub Actions / lint
Check failure on line 1526 in src/libs/actions/IOU.js
GitHub Actions / lint
Check failure on line 1527 in src/libs/actions/IOU.js
GitHub Actions / lint
Check failure on line 1529 in src/libs/actions/IOU.js
GitHub Actions / lint
Check failure on line 1552 in src/libs/actions/IOU.js
GitHub Actions / lint
Check failure on line 1569 in src/libs/actions/IOU.js
GitHub Actions / lint
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.
Revert?