-
-
Notifications
You must be signed in to change notification settings - Fork 408
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
Edit expense dialog #10875
Edit expense dialog #10875
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
e7eb035
to
8e3cceb
Compare
8e3cceb
to
dbe8a55
Compare
1a20836
to
7e68b47
Compare
url: !startOptions.current.duplicateExpense ? ei.url : null, | ||
attachment: ei.url, | ||
url: ei.url, // !startOptions.current.duplicateExpense ? ei.url : null, | ||
// url: !startOptions.current.duplicateExpense ? ei.url : null, |
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.
This may result in users submitting duplicated expenses with the same attachments urls, I think we should require a new upload for a new expense.
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.
Makes sense, fixed this (and also kept only the attachment
field here, which is the one used by the form components)
… for new expense flow
8d6aa8e
to
d913424
Compare
For opencollective/opencollective#7683
Description
Inline edit expense flow (bundled together with the new expense submission flow preview feature flag).
Does not include editing the expense type (will show a button to go to the legacy edit flow).
Followups
Screenshots