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

No activity shown for user creating a systemtag #702

Open
paurakhsharma opened this issue Feb 7, 2019 · 1 comment
Open

No activity shown for user creating a systemtag #702

paurakhsharma opened this issue Feb 7, 2019 · 1 comment

Comments

@paurakhsharma
Copy link
Member

paurakhsharma commented Feb 7, 2019

Description

There is no activity shown when a user creates a tag using an API in that user's activity page.
But, this activity is shown in admin's activity page.

Although if an admin creates a system tag using the same API then this activity is listed in admin's activity page.

Steps to reproduce

  1. As a normal user make a curl command
    curl -u hero:1234 \ -X POST \ -H "Content-Type: application/json" \ --data-binary '{"name":"loremnew","userVisible":"1","userAssignable":"1","userEditable":"1"}' \ "http://localhost/core/remote.php/dav/systemtags"
  1. Go to the same user's activity page and find out there is no such activity

  2. Go to the admin's activity page and see other user's activity.
    image

  3. Also as admin make curl
    curl -u admin:admin \ -X POST \ -H "Content-Type: application/json" \ --data-binary '{"name":"loremnewnew","userVisible":"1","userAssignable":"1","userEditable":"1"}' \ "http://localhost/core/remote.php/dav/systemtags"

  4. Go to admin's activity page and see the activity listed there.
    image

Expected behavior

User should an activity of him creating a system tag.

@individual-it @phil-davis @PVince81

@paurakhsharma
Copy link
Member Author

This might be an expected behavior so I kept discussion tag.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant