-
Notifications
You must be signed in to change notification settings - Fork 184
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
[QA] Shared folder indications only visible after reloading #891
Comments
Michael Barz commented: partly fixed in cs3org/reva#1329 |
Michael Barz commented: Complete solution would be to persist public link shares and federated link shares in the storage like user shares. @labkode needs alignment |
@jnweiger I can't reproduce that part: As @micbar said, the sharing indicator for |
This ticket is partly fixed by cs3org/reva#1329 and will be fixed by #1038 |
It's fixed. Re-tested with local server oCIS version 1.12.0 and web 4.2.0 |
Setup via docker-compose-eos-test.yml from branch
fix-yml-for-rc5
on localhostAt the WEB UI
login in as einstein, create a folder 'To-Richard' and share it with richard.
login as richard, accept the share.
login as einstein, check the status:
-> The sharing icon under the folder name 'To-Richard' is missing. BAD.
open the sharing dialog of 'To-Richard'
-> The sharing icon under the folder name 'To-Richard' now appears. Okayish
-> But the dialog shows nobody. BAD.
click the up arrow next to 'People' twice. Now the dialog shows how it is shared.
Expected behaviour: The icon should always be under the folder name, the list of users should be visible immediately when opening the sharing dialog.
The text was updated successfully, but these errors were encountered: