Change log becomes out of sync when updating an object with tags via REST API #5973
Labels
status: duplicate
This issue has already been raised
type: bug
A confirmed report of unexpected behavior in the application
NetBox version
v2.10.4
Python version
3.8
Steps to Reproduce
{"serial": "12345"}
as the PATCH body.Expected Behavior
Observed Behavior
Additional Notes
This appears to be directly related to #5118. I believe the fix to that issue introduced this bug, possibly on this line: 4466458#diff-48e44e81277ac8d14d08f8ce8e8753ef7a93f77ba9706945317c80744ede07e1R115
This doesn't appear to be a functional bug. However, this bug made it very difficult for me and my team as we were trying to learn how to properly interact with tags via the REST API.
The text was updated successfully, but these errors were encountered: