mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-22 20:12:00 -06:00
Fixes #17098: Prevent automatic deletion of related notifications when deleting an object
This commit is contained in:
parent
c6c0ab2828
commit
234b4027b0
@ -382,11 +382,6 @@ class NotificationsMixin(models.Model):
|
|||||||
"""
|
"""
|
||||||
Enables support for user notifications.
|
Enables support for user notifications.
|
||||||
"""
|
"""
|
||||||
notifications = GenericRelation(
|
|
||||||
to='extras.Notification',
|
|
||||||
content_type_field='object_type',
|
|
||||||
object_id_field='object_id'
|
|
||||||
)
|
|
||||||
subscriptions = GenericRelation(
|
subscriptions = GenericRelation(
|
||||||
to='extras.Subscription',
|
to='extras.Subscription',
|
||||||
content_type_field='object_type',
|
content_type_field='object_type',
|
||||||
|
Loading…
Reference in New Issue
Block a user