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
User does not get mail notification when shared file/folder's permission is changed
Steps to reproduce
Steps to reproduce the behavior:
Alice creates a resource textfile.txt
share the resource to Brian using command curl -kv -X POST https://localhost:9200/ocs/v1.php/apps/files_sharing/api/v1/shares -d 'shareType=0&path=/testfile.txt&permissions=17&role=viewer&shareWith=brian' -u alice:123456
Brian accepts the share
Alice changes permission of the resource
curl -kv -X PUT https://localhost:9200/ocs/v1.php/apps/files_sharing/api/v1/shares/<space-id> -d 'permissions=19&role=editor' -u alice:123456
Expected behavior
Brian should receive mail notification when shared file/folder's permission is changed by Alice
Actual behavior
Brian does not receive mail notification when shared file/folder's permission is changed by Alice
Setup
Ocis : latest master
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
nirajacharya2
changed the title
sharee does not recive a mail notification when sharer changes permission to a shared resource
sharee does not receive a mail notification when sharer changes permission to a shared resource
Jun 29, 2023
Describe the bug
User does not get mail notification when shared file/folder's permission is changed
Steps to reproduce
Steps to reproduce the behavior:
Alice
creates a resourcetextfile.txt
Brian
using commandcurl -kv -X POST https://localhost:9200/ocs/v1.php/apps/files_sharing/api/v1/shares -d 'shareType=0&path=/testfile.txt&permissions=17&role=viewer&shareWith=brian' -u alice:123456
Brian
accepts the shareAlice
changes permission of the resourceExpected behavior
Brian
should receive mail notification when shared file/folder's permission is changed byAlice
Actual behavior
Brian
does not receive mail notification when shared file/folder's permission is changed byAlice
Setup
Ocis : latest master
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: