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
If a user drops "Model A" from the Repository to any "Model B", "Model A" is ADDED to the project (copied from the Repo). A Reference (using ...) is also added to "Model B" if it legally makes sense.
For example:
If a user drops "Enum A" from the Repo to "Entity B" in the workspace, "Enum A" is copied to the project, and a Reference is added to "Enum A" in "Entity B".
If a user drops "Entity A" from the Repo to "Enum B" in the workspace, "Entity A" is copied to the project, but a Reference to "Entity A" is NOT added to "Enum B" because it doesn't make sense and illegal.
Same applies to function blocks and information models.
Justification:
Most likely, if a user drags and drops an Entity towards an Enum, the intention might have been to add the Entity to the Project
Expected: Error pops up saying "Entities cannot be dropped onto an Enum"
Actual: Entity is imported into enum
The text was updated successfully, but these errors were encountered: