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
When a space is shared to a user he gets a mail notification with following body
Hello <User>,
Admin has invited you to join "<space-name>".
Click here to view it: <base-url>/f/<space-id>
when the permission of the user is changed the he gets the mail notification with the same body content
Hello <User>,
Admin has invited you to join "<space-name>".
Click here to view it: <base-url>/f/<space-id>
in case of notification the same behavior is seen. <user> added you to Space <space-name>
does user suppose to get same mail notification, or is the mail notification suppose to be different?
I tested this locally and the behavior is different now the user only gets in-app notifications and email notification when the space/resources are shared and not when the permissions are updated.
@ScharfViktor is that the expected behavior, if yes then maybe we can close this issue. If not then @nirajacharya2 please update the issue description according to the current behavior
Yes, this is the current expected behaviour. There are only notifications when a space/resource is shared, not when the permissions are updated. This might come later but needs a feature request.
Describe the bug
When a space is shared to a user he gets a mail notification with following body
when the permission of the user is changed the he gets the mail notification with the same body content
in case of notification the same behavior is seen.
<user> added you to Space <space-name>
does user suppose to get same mail notification, or is the mail notification suppose to be different?
Steps to reproduce
Steps to reproduce the behavior:
marie
einstein
as a viewercurl -kv -X POST https://localhost:9200/ocs/v1.php/apps/files_sharing/api/v1/shares -d 'shareType=7&shareWith=einstein&role=viewer&space_ref=<space-id>' -u marie:radioactivity
einstein
gets a mail notificationmarie
changes permission ofeinstein
to editorcurl -kv -X POST https://localhost:9200/ocs/v1.php/apps/files_sharing/api/v1/shares -d 'shareType=7&shareWith=einstein&role=editor&space_ref=<space-id>' -u marie:radioactivity
Expected behavior
einstein
should receive mail notification related to change of permission.Actual behavior
einstein
receives mail notification with same contenteinstein
does not receives mail notification about the change of permissionsSetup
inbucket
run using
Ocis : latest master
with following env
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: