Fix bulk edit tags on compliance rules for ltm 2.4 - #1149
Open
zackt25 wants to merge 2 commits into
Open
Conversation
zackt25
requested review from
itdependsnetworks,
jeffkala and
nkallergis
as code owners
August 24, 2026 13:55
Author
Author
|
Not sure if unit tests are needed or if core tests will be sufficient. Please let me know and I can add. |
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. |
Contributor
There was a problem hiding this comment.
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. |
itdependsnetworks
approved these changes
Aug 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.










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