-
Bug
-
Resolution: Done
-
Critical
-
fuse-7.x-GA
When there is an extension of type "Steps" and the propertyDefinitionSteps (from json file) is an empty list, user can add the step into an integration, but when try to edit, there is a blank screen. The browser console shows the following error:
Error: "FATAL: Descriptor doesn't have any definition"
The error is throw from connectionFunctions.ts, getActionSteps function.
Another minor, but related problem, when adding a extension step with no properties, the message There are no properties to configure for this action. is not displayed.