We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Steps:
Expected: something like: public added content or einstein added forPublic.odt using public link
einstein
forPublic.odt
Actual: admin added forPublic.odt to Admin - wrong activity log. It was public (not admin)
admin added forPublic.odt to Admin
The text was updated successfully, but these errors were encountered:
@ScharfViktor I can't reproduce this. What I see is DeletedUser added forPublic.odt to Admin.
DeletedUser added forPublic.odt to Admin
The DeletedUser string comes from the backend (hardcoded). I could change that to Anonymous that would fit both deleted and public case.
DeletedUser
Anonymous
Or do we need a more advanced logic for that?
Sorry, something went wrong.
re-tested. is still reproducing:
admin instead of public
admin
public
It's different in personal and project spaces. I'll check why.
kobergj
Successfully merging a pull request may close this issue.
Steps:
Expected: something like: public added content or
einstein
addedforPublic.odt
using public linkActual:
admin added forPublic.odt to Admin
- wrong activity log. It was public (not admin)Screen.Recording.2024-07-23.at.12.44.26.mov
The text was updated successfully, but these errors were encountered: