mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-31 19:50:55 +00:00
Improved notification message with user/calendar point as field
This commit is contained in:
parent
da31f80ba5
commit
bf5272e83d
3 changed files with 16 additions and 2 deletions
|
@ -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
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue