-
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
Submit Expense - Header Remains as "Submit Expense" Instead of "Manual" #40717
Comments
Triggered auto assignment to @francoisl ( |
👋 Friendly reminder that deploy blockers are time-sensitive ⏱ issues! Check out the open `StagingDeployCash` deploy checklist to see the list of PRs included in this release, then work quickly to do one of the following:
|
We think that this bug might be related to #vip-split |
ProposalPlease re-state the problem that we are trying to solve in this issue.Submit Expense - Header Remains as "Submit Expense" Instead of "Manual" What is the root cause of that problem?Regression from new feature implementation What changes do you think we should make in order to solve the problem?At this line we should get translation by Base on the tabSelector: {
...
distance: 'Distance',
manual: 'Manual',
scan: 'Scan',
}, Keep the same with previous release quickAction: {
...
trackManual: 'Track expense',
trackScan: 'Track receipt',
trackDistance: 'Track distance',
}, To make consistent with quickAction What alternative solutions did you explore? (Optional) |
Looks like this is expected based on this thread. There's going to be a follow-up issue to update the headers for all money request flows later (it will also not go back to saying "Manual") |
Correct this is no expected behaviour, thanks ❤️ |
If you haven’t already, check out our contributing guidelines for onboarding and email [email protected] to request to join our Slack channel!
Version Number: v1.4.64.0
Reproducible in staging?: y
Reproducible in production?: n
Issue found when executing PR: #35822
Issue reported by: Applause - Internal Team
Action Performed:
1, Tap on the FAB > "Submit Expense."
2, Choose the "Manual" option and input the amount.
3, Click "Next." Observe that the header continues to display "Submit Expense" instead of changing to "Manual."
Expected Result:
The header should change to "Manual" after entering the amount and clicking "Next."
Actual Result:
The header remains as "Submit Expense" instead of changing to "Manual" during the expense submission process.
Workaround:
n/a
Platforms:
Which of our officially supported platforms is this issue occurring on?
Screenshots/Videos
Add any screenshot/video evidence
Bug6457689_1713805134082.Screen_Recording_2024-04-22_at_9.57.55_AM.mp4
View all open jobs on GitHub
The text was updated successfully, but these errors were encountered: