nautobot
nautobot copied to clipboard
Applying a Tag to a Dynamic Group doesn't work
trafficstars
Environment
- Nautobot version (Docker tag too if applicable):
next
Steps to Reproduce
- Create a Tag that applies to content type
extras.dynamicgroup - Create/edit a Dynamic Group and select this tag:
- Submit the form
- View Dynamic Group list view or detail view:
Expected Behavior
Selected tag to be applied to the Dynamic Group.
Observed Behavior
Tag is not applied.
Probably missing logic in DynamicGroupEditView.post() since it overrides the base ObjectEditView.post() implementation.