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
Share a folder "test" with both "Bob" and "Charlie"
Open the "Shared with others" panel
Look at the "Shared with" column for the "test" folder
Expected result
Both "Bob" and "Charlie" appear there, separated with a comma.
If more than three users or groups, show an ellipsis for the fourth one (check product requirement there)
Actual result
Only "Charlie" appears.
The network response does contain two entries so it's a frontend issue.
I went a bit overboard... I've noticed that link shares are now also included so I went a bit further and tried to add some distinction.
In my first attempt (the before last commit), shows share indicators:
Please note that we cannot show indirect shares there due to performance reasons.
And another further attempt (last commit) with the collaborator list:
I don't think I'll go further there but we can use this as input for further designs.
As the goal was to just fix the list of collaborators, I might split this PR into "current fix" and "future stuff".
Steps
Expected result
Both "Bob" and "Charlie" appear there, separated with a comma.
If more than three users or groups, show an ellipsis for the fourth one (check product requirement there)
Actual result
Only "Charlie" appears.
The network response does contain two entries so it's a frontend issue.
@pmaier1 FYI
The text was updated successfully, but these errors were encountered: