Actions
Bug #31848
closedForemanForm (react) has a regression which fails to show errors after submission
Description
APIMiddleware is consumed in the ForemanForm component after a refactoring.
This change wasn't taken into account that the APIMiddleware is not a promise, it doesn't return any exception so using `try-catch` isn't useful anymore.
Updated by The Foreman Bot almost 4 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/8318 added
Updated by Ondřej Ezr almost 4 years ago
- Related to Bug #31985: Template sync fails with unclear error added
Updated by Ondřej Pražák almost 4 years ago
- Related to Bug #32113: Fix server error propagation added
Updated by Amir Fefer almost 4 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|921a18bb11f5c92a27b5a97a686351b8768866fc.
Actions