Skip to content
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

Waypoints [obj],[obj],... serialized on diagram #1082

Closed
nikku opened this issue Jun 17, 2019 · 1 comment · Fixed by #1085
Closed

Waypoints [obj],[obj],... serialized on diagram #1082

nikku opened this issue Jun 17, 2019 · 1 comment · Fixed by #1085
Assignees
Milestone

Comments

@nikku
Copy link
Member

nikku commented Jun 17, 2019

Describe the Bug

After creating a new task from an existing one, the resulting diagram contains an illegal waypoints property on a sequenceFlow:

    <sequenceFlow 
      id="SequenceFlow_0hzgt34" 
      sourceRef="Task_01bfdxd" 
      targetRef="Task_00e7wec" 
      waypoints="[object Object],[object Object],[object Object],[object Object]" />

The problem occurs once the resulting connection has a middle segment:

bug

Steps to Reproduce

Expected Behavior

Properly serialized without waypoints.

Environment

Please complete the following information:

  • Browser: Any
  • OS: Any
  • Library version: v4.0.0-beta.1
@nikku nikku self-assigned this Jun 17, 2019
@bpmn-io-tasks bpmn-io-tasks bot added the in progress Currently worked on label Jun 17, 2019
@bpmn-io-tasks bpmn-io-tasks bot added needs review Review pending and removed in progress Currently worked on labels Jun 17, 2019
@nikku
Copy link
Member Author

nikku commented Jun 17, 2019

Closed via #1085.

@nikku nikku closed this as completed Jun 17, 2019
@bpmn-io-tasks bpmn-io-tasks bot removed the needs review Review pending label Jun 17, 2019
@nikku nikku added this to the M29 milestone Jun 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

1 participant