Kani999 / netbox-attachments

Plugin to manage attachments for any model
Apache License 2.0
55 stars 4 forks source link

Stale attachment entries causes exception #40

Closed Kani999 closed 1 year ago

Kani999 commented 1 year ago

Removing the parent object of attachments causes the exception which prevents the deletion of the attachment. This PR will delete the attachment if the parent is deleted.