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
Action
A new functionblock shall be created by invoking the Functionblock wizard.
Expected Result:
The default namespace ends with .fb e.g. com.mycompany.fb
Actual Result:
The default namespace ends with .type, which equals to the default namespace of an entity or enum.
Rational:
Since a model is uniquly identified using namespace+ version + name, it should be possible to create a functionblock and entity with the same name. Therefore, the default values should support this by already separating the models by namespace
The text was updated successfully, but these errors were encountered:
Action
A new functionblock shall be created by invoking the Functionblock wizard.
Expected Result:
The default namespace ends with
.fb
e.g.com.mycompany.fb
Actual Result:
The default namespace ends with
.type
, which equals to the default namespace of an entity or enum.Rational:
Since a model is uniquly identified using
namespace
+version
+name
, it should be possible to create a functionblock and entity with the same name. Therefore, the default values should support this by already separating the models by namespaceThe text was updated successfully, but these errors were encountered: