You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The signal receiver which watches for object events and creates ChangeDiffs in response does not currently filter out object types that should be excluded.
Expected Behavior
ChangeDiffs should be created/updated only for supported models, e.g. those returned by get_branchable_object_types().
Observed Behavior
A ChangeDiff is created/updated even for models which don't support branching.
The text was updated successfully, but these errors were encountered:
Plugin Version
v0.3.1
NetBox Version
v4.1-beta1
Python Version
3.10
Steps to Reproduce
The signal receiver which watches for object events and creates ChangeDiffs in response does not currently filter out object types that should be excluded.
Expected Behavior
ChangeDiffs should be created/updated only for supported models, e.g. those returned by
get_branchable_object_types()
.Observed Behavior
A ChangeDiff is created/updated even for models which don't support branching.
The text was updated successfully, but these errors were encountered: