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
Toolset - Drag and Drop of a DataType to the FB with validation error changes the values of namespace, name and version of the functionblock to null
#655
Closed
deepagithub opened this issue
Jun 27, 2017
· 2 comments
The function block has a validation error that the referenced model has to be imported
Drag and Drop the entity to the function block
Expected Result:
The datatype should be included in the function block. The function block should have a statement "using.." referencing the data type.
Actual Result:
The Functionblock's namespace, name and version becomes null.
This is related to #622
The text was updated successfully, but these errors were encountered:
deepagithub
changed the title
Drag and Drop of a DataType to the Function Block with Validation Error changes the values of namespace, name and version of the functionblock to null
Toolset - Drag and Drop of a DataType to the FB with validation error changes the values of namespace, name and version of the functionblock to null
Jun 27, 2017
I've been able to reproduce this, but only when the return type is fully qualified, not when it's just the 'name'. Anyhow, there are workarounds for this so I think this is not that critical.
Steps:
Expected Result:
The datatype should be included in the function block. The function block should have a statement "using.." referencing the data type.
Actual Result:
The Functionblock's namespace, name and version becomes null.
This is related to #622
The text was updated successfully, but these errors were encountered: