-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Socket is not visible in Adapter Type functional block #373
Comments
The adapter interface property section and the palette in the interface editor allowed to added plugs and sockets to adapter types. eclipse-4diac#373
As pointed out in direct communication, the bug here is that you were able to create an adapter within an adapter in the first place. So the correct behavior is that the activity that you performed is not possible anymore. Maybe you can check whether the provided PR fixes the problem. |
@bwiesmayr thx for the clarification. I was not sure if there is another error. But from the pictures I noticed that there is something in the ui that shouldn't be there. As I was working on adapter related problems I though it would be a nice fix. |
The adapter interface property section and the palette in the interface editor allowed to added plugs and sockets to adapter types. #373
The newly created Socket is not visible when we create a new Socket from the
Plugs & Sockets
tab in the properties section when the functional block type isAdapter
While the behavior in the case of FBType is Basic Functional Block:
Steps to Reproduce
Plugs & Sockets
Tab inside PropertiesThe text was updated successfully, but these errors were encountered: