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

sharee does not receive a mail notification when sharer changes permission to a shared resource #6637

Closed
nirajacharya2 opened this issue Jun 27, 2023 · 2 comments
Labels

Comments

@nirajacharya2
Copy link
Contributor

nirajacharya2 commented Jun 27, 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:

  1. Alice creates a resource textfile.txt
  2. 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
  3. Brian accepts the share
  4. 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.

@nirajacharya2 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
@SwikritiT
Copy link
Contributor

the behaviour is same for the project spaces too now

@SwikritiT
Copy link
Contributor

According to #6649 (comment) this comment this is a feature request and not an issue so closing this

cc: @ScharfViktor

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

2 participants