-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[#3855] Catch errors when DMN plugin is not working #3912
[#3855] Catch errors when DMN plugin is not working #3912
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3912 +/- ##
=======================================
Coverage 96.35% 96.35%
=======================================
Files 714 714
Lines 22354 22354
Branches 2563 2563
=======================================
Hits 21539 21539
Misses 565 565
Partials 250 250 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, let's bring the plugin field outside of the error boundary :) that makes more sense
b19d300
to
212a06b
Compare
src/openforms/js/components/admin/form_design/logic/actions/dmn/DMNActionConfig.js
Outdated
Show resolved
Hide resolved
212a06b
to
5afccf7
Compare
src/openforms/js/components/admin/form_design/logic/actions/dmn/DMNActionConfig.js
Outdated
Show resolved
Hide resolved
src/openforms/js/components/admin/form_design/logic/actions/dmn/DMNActionConfig.js
Outdated
Show resolved
Hide resolved
src/openforms/js/components/admin/form_design/logic/actions/dmn/DMNActionConfig.js
Outdated
Show resolved
Hide resolved
src/openforms/js/components/admin/form_design/logic/actions/dmn/DMNActionConfig.js
Outdated
Show resolved
Hide resolved
5afccf7
to
6215a3c
Compare
Fixes #3855
Maybe the plugin ID field should be kept out of the boundary so that the user can select a different plugin in case of errors. Or they can just create a new action and delete the one with errors?