You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 14, 2019. It is now read-only.
[ ] Feature request
[ ] Regression (a behavior that used to work and stopped working in a new release)
[x ] Bug report
[ ] Documentation issue or request
Description
Although the UI piece for displaying the errors and warnings is done, that actual errors and warnings are not displayed. This is because the model object currently being used (Connector) does not have those properties available. A new model object is needed (if one doesn't already exist) that extends Connector and adds those properties.
The text was updated successfully, but these errors were encountered:
This is a...
Description
Although the UI piece for displaying the errors and warnings is done, that actual errors and warnings are not displayed. This is because the model object currently being used (
Connector
) does not have those properties available. A new model object is needed (if one doesn't already exist) that extendsConnector
and adds those properties.The text was updated successfully, but these errors were encountered: