Improved notification message with user/calendar point as field
This commit is contained in:
@@ -69,6 +69,7 @@ class ApplicationDeleteMixin:
|
||||
hook_notification_item_list.append(
|
||||
HookNotificationItem(
|
||||
HookNotificationItemTypes.DELETE,
|
||||
access.path,
|
||||
i.uid
|
||||
)
|
||||
)
|
||||
@@ -77,6 +78,7 @@ class ApplicationDeleteMixin:
|
||||
hook_notification_item_list.append(
|
||||
HookNotificationItem(
|
||||
HookNotificationItemTypes.DELETE,
|
||||
access.path,
|
||||
item.uid
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user