-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
status: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application
Description
NetBox version
v2.11.3
Python version
3.8
Steps to Reproduce
- Create a Device/VM
- Create a Journal-Entry on this Device/VM
- Create two Interfaces on this Device/VM
- Create a IP on the first Interface
- Delete the first Interface
- Look into Changelog (or API /extras/object-changes) and find, that the IP-Address-Entry will not have any "Pre-Change"-Data
- Delete the Device/VM
- Look into Changelog (or API /extras/object-changes) and find, that the Interface- and Journal-Entries will not have any "Pre-Change"-Data
Expected Behavior
Pre-Change-Data should be in the Changelog.
This is the case, if e.g. an IP-Address is deleted directly, but not when its deleted by a cascade.
Observed Behavior
Pre-Change-Data is missing in the Changelog, when an object is deleted by a cascade.
Metadata
Metadata
Assignees
Labels
status: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application