mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-04-23 20:49:13 -05:00
added test for mail notification if space admin delete access to space (#6719)
This commit is contained in:
@@ -239,8 +239,8 @@ class NotificationContext implements Context {
|
||||
[
|
||||
"code" => "%space_id%",
|
||||
"function" =>
|
||||
[$this->spacesContext, "getSpaceIdByNameFromResponse"],
|
||||
"parameter" => [$spaceName]
|
||||
[$this->spacesContext, "getSpaceIdByName"],
|
||||
"parameter" => [$sender, $spaceName]
|
||||
],
|
||||
],
|
||||
null,
|
||||
|
||||
Reference in New Issue
Block a user