nautobot icon indicating copy to clipboard operation
nautobot copied to clipboard

Applying a Tag to a Dynamic Group doesn't work

Open glennmatthews opened this issue 1 year ago • 1 comments
trafficstars

Environment

  • Nautobot version (Docker tag too if applicable): next

Steps to Reproduce

  1. Create a Tag that applies to content type extras.dynamicgroup
  2. Create/edit a Dynamic Group and select this tag: image
  3. Submit the form
  4. View Dynamic Group list view or detail view: image image

Expected Behavior

Selected tag to be applied to the Dynamic Group.

Observed Behavior

Tag is not applied.

glennmatthews avatar Jul 01 '24 15:07 glennmatthews

Probably missing logic in DynamicGroupEditView.post() since it overrides the base ObjectEditView.post() implementation.

glennmatthews avatar Jul 01 '24 15:07 glennmatthews