You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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"
Go to the same user's activity page and find out there is no such activity
Go to the admin's activity page and see other user's activity.
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"
Go to admin's activity page and see the activity listed there.
Expected behavior
User should an activity of him creating a system tag.
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
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"
Go to the same user's activity page and find out there is no such activity
Go to the admin's activity page and see other user's activity.
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"
Go to admin's activity page and see the activity listed there.
Expected behavior
User should an activity of him creating a system tag.
@individual-it @phil-davis @PVince81
The text was updated successfully, but these errors were encountered: