-
Notifications
You must be signed in to change notification settings - Fork 900
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
Add validation of group filters - specifically managed #23392
Labels
Comments
TODO: Investigate if renaming a tag used in a managed filter fails to update the filter with the new name. EDIT: This should should resolve future problems caused by tag renames: #23393 |
Note, belongsto filter validation exists in the UI here: ManageIQ/manageiq-ui-classic#5511. This should be normalized for usage in the API or UI and be extended to include managed filters. |
jrafanie
added a commit
to jrafanie/manageiq
that referenced
this issue
Mar 24, 2025
Previously, an managed filter on a group's entitlement would point to an orphaned tag name if the original tag name is renamed. Resolves an issue discussed in ManageIQ#23392
jrafanie
added a commit
to jrafanie/manageiq
that referenced
this issue
Mar 24, 2025
Previously, an managed filter on a group's entitlement would point to an orphaned tag name if the original tag name is renamed. Resolves an issue discussed in ManageIQ#23392
jrafanie
added a commit
to jrafanie/manageiq
that referenced
this issue
Mar 24, 2025
Previously, an managed filter on a group's entitlement would point to an orphaned tag name if the original tag name is renamed. Resolves an issue discussed in ManageIQ#23392
jrafanie
added a commit
to jrafanie/manageiq
that referenced
this issue
Mar 24, 2025
Previously, an managed filter on a group's entitlement would point to an orphaned tag name if the original tag name is renamed. Resolves an issue discussed in ManageIQ#23392
jrafanie
added a commit
to jrafanie/manageiq
that referenced
this issue
Mar 25, 2025
Previously, an managed filter on a group's entitlement would point to an orphaned tag name if the original tag name is renamed. Resolves an issue discussed in ManageIQ#23392
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If a user tries to POST to API with:
http://localhost:3000/api/groups/31/
We need to validate that managed filter will resolve to the correct category and entry.
I started on this:
The text was updated successfully, but these errors were encountered: