-
Notifications
You must be signed in to change notification settings - Fork 2.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
Display all link shares for share owner, even those created by recipients #29519
Comments
By the way, there is a bug that the activity app will send you an email to notify you whenever someone created a link share from your share, but you'll never see said share. Depending whether we want this feature or not, we might need to address that bug... |
Talked with @pmaier1 the other day and agreed that this makes sense. We'll need to make way in the UI to display the user id / display name of whoever created that share (uid_initiator). |
Requires #29816 to make space for the initiator name. |
Need to coordinate with client devs as well to display the info there once the server has it too @michaelstingl |
This issue has been automatically closed. |
Steps
Expected result
Three links displayed: my link, two link, and three link with a hint about share owner.
User2 and user3 only see own links.
Actual result
Only own link "my link" displayed.
User2 and user3 still only see own links.
Version
10.0.3
Please note that technically the information is already available through the APIs, it's just filtered out.
We could never do this in the past because there was no room in the UI for multiple links. Since 10.0 has multiple link UI, we could add this now.
@pmaier1 @felixheidecke
The text was updated successfully, but these errors were encountered: