Skip to content
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. no event for deleting a file using file-id #10328

Open
Tracked by #9683
prashant-gurung899 opened this issue Oct 17, 2024 · 0 comments
Open
Tracked by #9683

Activity. no event for deleting a file using file-id #10328

prashant-gurung899 opened this issue Oct 17, 2024 · 0 comments
Labels

Comments

@prashant-gurung899
Copy link
Contributor

prashant-gurung899 commented Oct 17, 2024

Describe the bug

No event message for deleting a file using file-id.

Steps to reproduce

  1. create a file testfile.txt in personal space
  2. delete the file testfile.txt using file-id path
curl -X DELETE 'https://localhost:9200/dav/spaces/{file-id}' \
-uadmin:admin -vk
  1. check activity of personal space

Expected behavior

Expected to get deleted message as well.

{
    "value": [
        {
          ...
                "message": "{user} added {resource} to {folder}"
          ...
        },
        {
          ...
                "message": "{user} deleted {resource} from {folder}",
          ...
        }
    ]
}

Actual behavior

Only added activity message is shown.

{
    "value": [
        {
          ...
                "message": "{user} added {resource} to {folder}"
          ...
        }
    ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant