Actions
Bug #28356
closedFix power host failure reducer
Difficulty:
Triaged:
No
Updated by Ron Lavi almost 5 years ago
- Category set to JavaScript stack
- Assignee set to Ron Lavi
Updated by The Foreman Bot almost 5 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/7210 added
Updated by Ron Lavi almost 5 years ago
The bug I found is on the way we handle the fail response from the server.
The response returns status code: 200 instead of 500
Which leads the redux reducers to treat it as success.
It means that the failure reducer was never called, and it would fail if it was called because the server doesn't return the values that the reducer is expecting.
Updated by Ron Lavi almost 5 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset 5d70ee6d4410f68a8d2d707feed28c271f6f3997.
Updated by The Foreman Bot almost 5 years ago
- Pull request https://github.com/theforeman/foreman/pull/7215 added
Actions