-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Webhook - Interface Update - Tags #5623
Comments
Related to #5583. This has to do with the many-to-many relationship to tags, and the Django signals based implementation of change logging and webhooks. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. NetBox is governed by a small group of core maintainers which means not all opened issues may receive direct feedback. Please see our contributing guide. |
This is likely addressed by #5913 in v2.11. |
Environment
Steps to Reproduce
Expected Behavior
All current interface tags to be included
Observed Behavior
The call to the webhook the Tags included are from the previous update to the interface
i.e. Initial state: no tags
Save adding tag_123
JSON posted to webhook has no tags included.
Save interface again with tag_123 and tag_456
JSON posted to webhook has only tag_123 included
Save interface removing all tags
JSON posted to webhook has tag_123 and tag_456 included.
The text was updated successfully, but these errors were encountered: