Bug #28356
closed
- Category set to JavaScript stack
- Assignee set to Ron Lavi
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/7210 added
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.
- Fixed in Releases 2.0.0 added
- Status changed from Ready For Testing to Closed
- Pull request https://github.com/theforeman/foreman/pull/7215 added
Also available in: Atom
PDF