-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
[Due for payment 2025-02-13] [$250] Role description is missing in the members invite confirmation page #55822
Comments
Triggered auto assignment to @lschurr ( |
Job added to Upwork: https://www.upwork.com/jobs/~021884053294928345756 |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @sobitneupane ( |
ProposalPlease re-state the problem that we are trying to solve in this issue.Role description is missing in the members invite confirmation page What is the root cause of that problem?Because alternateText is not added here: App/src/pages/workspace/WorkspaceInviteMessagePage.tsx Lines 133 to 138 in e66284f
like it is added here:
What changes do you think we should make in order to solve the problem?Add the same alternateText for each role in the const roleItems = useMemo(() => {
return Object.values(CONST.POLICY.ROLE).map((roleValue) => {
let label = '';
let description = '';
if (roleValue === CONST.POLICY.ROLE.USER) {
label = translate('common.member');
description = translate('workspace.common.memberAlternateText')
} else if (roleValue === CONST.POLICY.ROLE.ADMIN) {
label = translate('common.admin');
description = translate('workspace.common.adminAlternateText')
} else {
label = translate('common.auditor');
description = translate('workspace.common.auditorAlternateText')
}
return {
label,
value: roleValue,
description,
};
});
}, [translate]); As the description of the admin role is lengthy we have to pass the or we can simply pass App/src/components/ValuePicker/ValueSelectorModal.tsx Lines 50 to 52 in 50df6eb
What specific scenarios should we cover in automated tests to prevent reintroducing this issue in the future?NA What alternative solutions did you explore? (Optional)NA Screen.Recording.2025-01-28.at.7.43.11.AM.mov |
🚨 Edited by proposal-police: This proposal was edited at 2025-01-28 08:30:48 UTC. ProposalPlease re-state the problem that we are trying to solve in this issue.Role description is missing in the members invite confirmation page What is the root cause of that problem?We are using
What changes do you think we should make in order to solve the problem?So replace
We also need to include What specific scenarios should we cover in automated tests to prevent reintroducing this issue in the future?N/A UI bug What alternative solutions did you explore? (Optional)N/A |
Thanks everyone for the proposal. As we already have 🎀 👀 🎀 C+ reviewed |
Triggered auto assignment to @arosiclair, see https://stackoverflow.com/c/expensify/questions/7972 for more details. |
Please check for validations. Do we have validations for role on the form and does the new proposal support that? |
Thanks for chiming in @parasharrajat
I don't think we currently have any validation specific to the role. |
📣 @twilight2294 🎉 An offer has been automatically sent to your Upwork account for the Contributor role 🎉 Thanks for contributing to the Expensify app! Offer link |
📣 @mohamed125653! 📣
|
PR ready for review c.c. @sobitneupane |
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 9.0.94-25 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 2025-02-13. 🎊 For reference, here are some details about the assignees on this issue:
|
@sobitneupane @lschurr @sobitneupane The PR fixing this issue has been merged! The following checklist (instructions) will need to be completed before the issue can be closed. Please copy/paste the BugZero Checklist from here into a new comment on this GH and complete it. If you have the K2 extension, you can simply click: [this button] |
@arosiclair @sobitneupane @lschurr @twilight2294 this issue was created 2 weeks ago. Are we close to approving a proposal? If not, what's blocking us from getting this issue assigned? Don't hesitate to create a thread in #expensify-open-source to align faster in real time. Thanks! |
Payment summary:
|
If you haven’t already, check out our contributing guidelines for onboarding and email contributors@expensify.com to request to join our Slack channel!
Version Number: 9.0.89-7
Reproducible in staging?: y
Reproducible in production?: y
If this was caught on HybridApp, is this reproducible on New Expensify Standalone?:
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
Expensify/Expensify Issue URL:
Issue reported by: @trjExpensify
Slack conversation (hyperlinked to channel name): convert
Action Performed:
Expected Result:
Each role should have description as we do in the members page
Actual Result:
Description is missing
Workaround:
unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Screenshots/Videos
Add any screenshot/video evidence
View all open jobs on GitHub
Upwork Automation - Do Not Edit
Issue Owner
Current Issue Owner: @lschurrThe text was updated successfully, but these errors were encountered: