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
Summary
Event data port prototype bindings created by grpahical editor are not serialized correctly. When creating an event data port prototype binding as done in the PrototypeEndToEndTest, the test fails because the binding is serialized as eventData port. Note that in the current master branch, the test fails before it gets to that point due to the dialog labeling changes. Once #2833 is merged, the test fails due to the serialization issue.
Expected behavior
Event data port feature prototype bindings created with the graphical editor should serialize as event data port.
Actual behavior
Event data port feature prototype bindings created with the graphical editor serialize as eventData port.
Steps To Reproduce
Run the PrototypeEndToEndTest or create a event data port prototype binding with the graphical editor.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
lwrage
changed the title
Event data port prototype bindings created by grpahical editor are not serialized correctly
Event data port prototype bindings created by graphical editor are not serialized correctly
Aug 25, 2022
Summary
Event data port prototype bindings created by grpahical editor are not serialized correctly. When creating an
event data port
prototype binding as done in thePrototypeEndToEndTest
, the test fails because the binding is serialized aseventData port
. Note that in the current master branch, the test fails before it gets to that point due to the dialog labeling changes. Once #2833 is merged, the test fails due to the serialization issue.Expected behavior
Event data port feature prototype bindings created with the graphical editor should serialize as
event data port
.Actual behavior
Event data port feature prototype bindings created with the graphical editor serialize as
eventData port
.Steps To Reproduce
Run the
PrototypeEndToEndTest
or create a event data port prototype binding with the graphical editor.Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: