activity
activity copied to clipboard
No activity for applicable users in global external storage
Steps:
- Setup an external storage, for example "/sftp" applicable to two users "user1" and "user2"
- Login as "user1"
- Create a folder "/sftp/test"
- Check activities
- Login as "user2"
- Check activities
Expected result
Both user1 and user2 have an activity for "/sftp/test"
Actual result
Only the creator, user1, has an activity for "/sftp/test".
@DeepDiver1975
@pmaier1 another potential debt item
I suspect a bug in the code that gets all applicable users. In the encryption code this required custom code specific for external storages. Ideal would be to have a single API in core to get all users that have access to a file/folder for apps like encryption and activity to use.