1
0
Fork 0
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:
Tuna Celik 2020-08-17 14:43:52 +02:00
parent da31f80ba5
commit bf5272e83d
3 changed files with 16 additions and 2 deletions

View file

@ -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
)
)