Bug #31848
ForemanForm (react) has a regression which fails to show errors after submission
Pull request:
Fixed in Releases:
Found in Releases:
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.
Related issues
Associated revisions
History
#1
Updated by The Foreman Bot over 1 year ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/8318 added
#2
Updated by Ondřej Ezr about 1 year ago
- Related to Bug #31985: Template sync fails with unclear error added
#3
Updated by The Foreman Bot about 1 year ago
- Fixed in Releases 2.5.0 added
#4
Updated by Ondřej Pražák about 1 year ago
- Related to Bug #32113: Fix server error propagation added
#5
Updated by Amir Fefer about 1 year ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|921a18bb11f5c92a27b5a97a686351b8768866fc.
Fixes #31848 - fix ForemanForm error regression