Skip to content

Fix bulk edit tags on compliance rules for ltm 2.4 - #1149

Open
zackt25 wants to merge 2 commits into
ltm-2.4from
974_fix_bulk_edit_tags
Open

Fix bulk edit tags on compliance rules for ltm 2.4#1149
zackt25 wants to merge 2 commits into
ltm-2.4from
974_fix_bulk_edit_tags

Conversation

@zackt25

@zackt25 zackt25 commented Aug 24, 2026

Copy link
Copy Markdown

Closes: #974

What's Changed

Added TagsBulkEditFormMixin to bulk edit form class for Compliance Rules.

Added the Tags column in the Compliance Rules table not as a default.

Added the Tags to filter form for Compliance Rules.

To Do

  • Explanation of Change(s)
  • Added change log fragment(s) (for more information see the documentation)
  • Attached Screenshots, Payload Example
  • Unit, Integration Tests
  • Documentation Updates (when adding/changing features)
  • Outline Remaining Work, Constraints from Design

@zackt25

zackt25 commented Aug 24, 2026

Copy link
Copy Markdown
Author

Before bulk edit with tags:

image

Builk edit form:

image

Final list:

image

Adding 2

image

After 2 added

image

Removing 1 tag

image

Filter form

image

Before filter

image

After filter

image

GraphQL

image

@zackt25

zackt25 commented Aug 24, 2026

Copy link
Copy Markdown
Author

Not sure if unit tests are needed or if core tests will be sufficient. Please let me know and I can add.

Comment thread changes/974.added
Comment on lines +1 to +5
Added tag support to the bulk edit forms for Compliance Rules. Tags are now applied through the `Add tags` and `Remove tags` fields honored by Nautobot's bulk edit view.

Added a selectable (non-default) tags column to the Compliance Rules list views.

Added a `Tags` field to the Compliance Rules filter form, so the list view can be filtered by tag from the UI.

@itdependsnetworks itdependsnetworks Aug 24, 2026

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Added tag support to the bulk edit forms for Compliance Rules. Tags are now applied through the `Add tags` and `Remove tags` fields honored by Nautobot's bulk edit view.
Added a selectable (non-default) tags column to the Compliance Rules list views.
Added a `Tags` field to the Compliance Rules filter form, so the list view can be filtered by tag from the UI.
Added tag support for Compliance rules on filter and bulk edit forms.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants