-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
[HOLD for payment 2023-07-24] [$1000] DEV: App crash when go to settings of public room #21759
Comments
Triggered auto assignment to @johncschuster ( |
Bug0 Triage Checklist (Main S/O)
|
ProposalPlease re-state the problem that we are trying to solve in this issue.DEV: App crash when go to settings of public room What is the root cause of that problem?We are translating visibility description via this code:
Value for this.props.report.visibility comes as 'public_announce'. But we need only 'public' word. So this is the root cause of the problem. What changes do you think we should make in order to solve the problem?We have to remove value after _ as shown code below: // <Text style={[styles.textLabelSupporting, styles.mt1]}>{this.props.translate(`newRoomPage.${this.props.report.visibility}Description`)}</Text> // *** OLD CODE ***
<Text style={[styles.textLabelSupporting, styles.mt1]}>{this.props.translate(`newRoomPage.${this.props.report.visibility.replace(/_.+/g, '')}Description`)}</Text> // *** UPDATED CODE *** What alternative solutions did you explore? (Optional)None Resulthttps://github.com/Expensify/App/assets/7823358/1af23bfa-1641-4326-9e4a-de5f0722a6c2 |
@johncschuster Huh... This is 4 days overdue. Who can take care of this? |
@johncschuster Still overdue 6 days?! Let's take care of this! |
Job added to Upwork: https://www.upwork.com/jobs/~01507221e6e9e02915 |
Current assignee @johncschuster is eligible for the External assigner, not assigning anyone new. |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @Santhosh-Sellavel ( |
Not overdue. I was OOO for the holiday and have just come back. |
Not able to reproduce |
I can still reproduce in Dev. In fact app crash in Dev, but in Staging instead of crash it will return translation key as shown in staging video. Dev21759-Dev.movStaging21759-Staging.mov |
Started a internal thread here |
Following the internal thread |
Coming from here As it is a different room type., We decided it's best we add a new key here. For now, let's just stick with the same value public room. So let's go with the @hungvu193 here, thanks! C+ reviewed |
Triggered auto assignment to @thienlnam, see https://stackoverflow.com/c/expensify/questions/7972 for more details. |
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 1.3.41-3 and is now subject to a 7-day regression period 📆. Here is the list of pull requests that resolve this issue: If no regressions arise, payment will be issued on 2023-07-24. 🎊 After the hold period is over and BZ checklist items are completed, please complete any of the applicable payments for this issue, and check them off once done.
Issue is eligible for the urgency bonus As a reminder, here are the bonuses/penalties that should be applied for any External issue:
|
BugZero Checklist: The PR fixing this issue has been merged! The following checklist (instructions) will need to be completed before the issue can be closed:
|
@thienlnam We can skip the checklist here for the following reasons
We don't need a regression Test As well. Let me know your thoughts, thanks! |
@thienlnam bump for the above ☝️ |
@johncschuster Can you leave a comment mentioning the amount to be paid here so I can request payment on ND thanks! |
Agree with you statement - no regression test needed |
Summary of payments:External issue reporter - @PrashantMangukiya - $250 |
I have issued payment for @hungvu193. @PrashantMangukiya, I have sent you an invite. Can you accept it? Thanks! |
@johncschuster invite accepted. Thank you. |
Paid! 🎉 |
Summary of payments:External issue reporter - @PrashantMangukiya - $250 |
Requested on ND |
Reviewed details for @Santhosh-Sellavel. These details are accurate based on summary from Business Reviewer and are now approved for payment in NewDot. |
@johncschuster, @hungvu193, @thienlnam, @Santhosh-Sellavel Uh oh! This issue is overdue by 2 days. Don't forget to update your issues! |
If you haven’t already, check out our contributing guidelines for onboarding and email contributors@expensify.com to request to join our Slack channel!
Action Performed:
Expected Result:
App should not crash
Actual Result:
App crash when go to settings
Workaround:
Can the user still use Expensify without this being fixed? Have you informed them of the workaround?
Platforms:
Which of our officially supported platforms is this issue occurring on?
Version Number:
Reproducible in staging?: DEV
Reproducible in production?:
If this was caught during regression testing, add the test name, ID and link from TestRail:
Email or phone of affected tester (no customers):
Logs: https://stackoverflow.com/c/expensify/questions/4856
Notes/Photos/Videos: Any additional supporting documentation
AppCrash.mov
Expensify/Expensify Issue URL:
Issue reported by: @PrashantMangukiya
Slack conversation: https://expensify.slack.com/archives/C049HHMV9SM/p1687760658520999
View all open jobs on GitHub
Upwork Automation - Do Not Edit
The text was updated successfully, but these errors were encountered: