Actions
Bug #28634
closedTask search query returns results with null ids
Difficulty:
Triaged:
No
Bugzilla link:
Pull request:
Description
While investigating https://bugzilla.redhat.com/show_bug.cgi?id=1782593 (task monitor page links broken) we noticed that the ids of the links were NULL.
Looking into the foreman-tasks api/tasks_controller it appears that the "ordering_scope" scope method returns a result set with task ids as NULLs.
The Rails AR .select method in question:
Updated by The Foreman Bot over 5 years ago
- Status changed from New to Ready For Testing
- Assignee set to James Jeffers
- Pull request https://github.com/theforeman/foreman-tasks/pull/493 added
Updated by The Foreman Bot over 5 years ago
- Fixed in Releases foreman-tasks-1.0.1 added
Updated by Anonymous over 5 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset 41d1d6f55f68f374a6b2a6632645d80748b33866.
Actions