-
Notifications
You must be signed in to change notification settings - Fork 187
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
Activity parent resource refs #9536
Comments
I've lowered the priority to p3, we can work on this in the next sprint. No immediate fixing needed. |
As far as I can see it, this needs an additonal event to be thrown in that case. See ocis/services/activitylog/pkg/service/http.go Lines 106 to 160 in 1c4f53d
ocis/services/activitylog/pkg/service/response.go Lines 22 to 32 in 1c4f53d
|
Describe the bug
For most file location related activity items I'd expect the target or parent folder to be referred to in the activity message. Instead, only the space itself is referenced.
Steps to reproduce
Space
folder
folder/subfolder
test.md
insidefolder
test.md
tofolder/subfolder
Expected behavior
admin added subfolder to folder
admin added test.md to folder
admin moved test.md to subfolder
Actual behavior
Activity messages actually are:
admin added subfolder to Space
admin added test.md to Space
admin moved test.md to Space
The text was updated successfully, but these errors were encountered: