Bug #30244
Error raised when Filter has a blank search condition
Status:
Closed
Priority:
Normal
Assignee:
Category:
Users, Roles and Permissions
Target version:
-
Pull request:
Found in Releases:
Associated revisions
History
#1
Updated by The Foreman Bot 7 months ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/7787 added
#2
Updated by The Foreman Bot 6 months ago
- Fixed in Releases 2.2.0 added
#3
Updated by Jonathon Turel 6 months ago
- Status changed from Ready For Testing to Closed
Applied in changeset 447e3b55a13e5bb6b1c0f57997893a1691b524d1.
#4
Updated by The Foreman Bot 6 months ago
- Pull request https://github.com/theforeman/foreman/pull/7844 added
#5
Updated by Tomer Brisker 6 months ago
- Fixed in Releases 2.1.1 added
#6
Updated by The Foreman Bot 4 months ago
- Pull request https://github.com/theforeman/foreman/pull/7975 added
Fixes #30244 - prevent Filter empty search_condition
when inherited taxonomy search is empty, it would save search_condition as empty string instead of `nil`, we need to nilify in such case.