-
Bug
-
Resolution: Done
-
Major
-
None
Given a syndesis extension of type Connector, with no "properties" attribute, after user imports the syndesis extension jar file in the "Extensions" screen, then try to create the connection, after clicking on the recently added "Connector Extension", the screen hangs. The browser console continuously shows "TypeError: "can't convert undefined to object".
After adding the "properties" json attribute in the syndesis-extension-definition.json, the user is able to create the connection, however the "properties" is not a required attribute.