-
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
[$500] [HOLD for payment 2024-03-19] Do not show "member not found" when loading member list #37605
Comments
Triggered auto assignment to @zanyrenney ( |
Happy to review this as C+ |
ProposalPlease re-state the problem that we are trying to solve in this issue.we are showing "member not found" while loading the member list. What is the root cause of that problem?Here: App/src/pages/workspace/WorkspaceMembersPage.tsx Lines 352 to 357 in 85dc2f6
when data is empty we show the "member not found" message, but we should not show it when members are still loading What changes do you think we should make in order to solve the problem?we should use the same condition used here:
in getHeaderMessage function, like this:
const getHeaderMessage = () => {
if (isOfflineAndNoMemberDataAvailable) {
return translate('workspace.common.mustBeOnlineToViewMembers');
}
return (!data.length && (!OptionsListUtils.isPersonalDetailsReady(personalDetails) || isEmptyObject(policyMembers))) ? translate('workspace.common.memberNotFound') : '';
}; |
I am not sure this will be be external. |
Hey I'm Bartek from Callstack - could you please assign this issue to me? |
not overdue - I'll work on this today |
The PR is ready for review: #37731 |
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 1.4.50-5 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 2024-03-19. 🎊 For reference, here are some details about the assignees on this 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:
|
Job added to Upwork: https://www.upwork.com/jobs/~01d5126ce1290525b2 |
Current assignee @aimane-chnaif is eligible for the External assigner, not assigning anyone new. |
@aimane-chnaif invited you to job on UW - https://www.upwork.com/jobs/~01d5126ce1290525b2 pls accept for payout. |
accepted proposal. |
payment summary: |
Coming from this comment, we should not show "member not found" while loading the member list
cc @burczu
Upwork Automation - Do Not Edit
The text was updated successfully, but these errors were encountered: