-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Update MoneyRequestView.js #31084
Comments
This comment was marked as off-topic.
This comment was marked as off-topic.
@lindboe @cdanwards can you please comment here so I can assign you? (@NicMendonca sorry about that ping, that was a mistake) |
Commenting for assignment |
@cead22 I'm unable to see the 2 images listed at the end of the ticket description, do you mind providing screenshots? |
Can you try refreshing the page? GH adds a token to the image URLs and if you had this tab open before or you opened a cached version of this page, the token may not work. Let me know if that still doesn't work |
@cead22 Refreshing doesn't seem to work. I'm not familiar with this token idea? The URL that I see that it is opening in my browser is |
@cead22 -- In you description you list:
There doesn't appear to be a |
📣 @trevor-coleman! 📣
|
No, the tax ones will go into the tax field once we have it. You can ignore that field for now |
As we discussed here it's possible to have multiple violations per field. How should we handle that. I can see two ways to do it: (for examples assume 1. Iterate over the array and map to individual text components :<View>
{violations.map((violation) =>(<Text key={violation} ... >{violation}</Text>)}
</View> 2. Join the members of the array with a comma in the text field: <Text ... >{violations.join(', ')}</Text>
)} |
Let's go with 1. Every field except for receipt will only have 1 violation, and for the receipt ones, we want to show them one below the other, not separated by commas. Does that make sense? |
Perfect thanks. |
Off hold |
This issue has not been updated in over 15 days. @cdanwards 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! |
@trevor-coleman is working on this. |
Yeah it's done just need to update to match the changes from ViolationUtils and the PR will be up today. |
Sorry this will take a bit longer, I'm used to being able to make PRs when the code is ready, but completing the checklist will take some time -- probably the rest of today at least. |
PR is up: #32594 |
This issue has not been updated in over 15 days. @cead22, @cdanwards 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! |
PR has been merged |
@cead22 C+ payment is pending here. Can you please reopen? |
Triggered auto assignment to @MitchExpensify ( |
Payment summary: C+: $500 @aimane-chnaif (Upwork job here) |
Can we close? |
Not yet |
Paid, contract ended, sorry for the delay! |
withOnyx
section of the code at the bottom>
. Screenshots belowThe text was updated successfully, but these errors were encountered: