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
Describe the bug
When a record is updated with data and tags, and I look at the webhooks sent, I receive a webhook first of the data change, then a webhook with the tag change.
To Reproduce
Steps to reproduce the behavior:
Got to a record object
Update the record with tags and data
Expected result
I believe that there should only be one update and only one webhooks sent.
Actual result
It seems that a double update occurs, one for data and one for tags.
The text was updated successfully, but these errors were encountered:
Unfortunately it is due to a NetBox issue that was fixed in version 4.0.5, so I don't have a chance of backporting the fix to the legacy branch for NetBox 3.
Versions
NetBox Version: 3.7.8
NetBox DNS Version: 0.22.9
Python Version: 3.10
Describe the bug
When a record is updated with data and tags, and I look at the webhooks sent, I receive a webhook first of the data change, then a webhook with the tag change.
To Reproduce
Steps to reproduce the behavior:
Expected result
I believe that there should only be one update and only one webhooks sent.
Actual result
It seems that a double update occurs, one for data and one for tags.
The text was updated successfully, but these errors were encountered: