You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version Number: V. 9.0.49-0 Reproducible in staging?: Y If this was caught on HybridApp, is this reproducible on New Expensify Standalone?: Y Reproducible in production?: Y Issue reported by: Applause Internal Team
Action Performed:
Pre-condition: As admin, invite a user to workspace and set him as admin
Launch app
Login as user who has been invited and set as admin
Tap profile icon -- workspaces-- workspace
Tap members
Tap on user with owner tag
Expected Result:
Tapping on user with "owner" tag must show "transfer owner" option.
Actual Result:
Tapping on user with "owner" tag doesn't shows "transfer owner" option.
@bfitzexpensify FYI I haven't added the External label as I wasn't 100% sure about this issue. Please take a look and add the label if you agree it's a bug and can be handled by external contributors
Edited by proposal-police: This proposal was edited at 2024-10-16 14:53:40 UTC.
Proposal
Please re-state the problem that we are trying to solve in this issue.
Android - Workspace -Tapping on user with "owner" tag doesn't shows "transfer owner" option
What is the root cause of that problem?
Here we display "transfer owner" when shouldRenderTransferOwnerButton function returns true. And here the shouldRenderTransferOwnerButton function directly returns true without any logic for the web platform , but here for native platform it checks if FUND_LIST is empty in Onyx.
What changes do you think we should make in order to solve the problem?
There is no description why shouldRenderTransferOwnerButton returns true for web apps, but for Android it checks FUND_LIST. But we can remove the check for native platforms
What alternative solutions did you explore? (Optional)
Understand in which cases the transfer owner option should be visible for native platforms and add this cases via || operator here
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: V. 9.0.49-0
Reproducible in staging?: Y
If this was caught on HybridApp, is this reproducible on New Expensify Standalone?: Y
Reproducible in production?: Y
Issue reported by: Applause Internal Team
Action Performed:
Pre-condition: As admin, invite a user to workspace and set him as admin
Expected Result:
Tapping on user with "owner" tag must show "transfer owner" option.
Actual Result:
Tapping on user with "owner" tag doesn't shows "transfer owner" option.
Workaround:
Unknown
Platforms:
Screenshots/Videos
Bug6635960_1729041438740.Screenrecorder-2024-10-16-06-40-58-188.mp4
View all open jobs on GitHub
The text was updated successfully, but these errors were encountered: