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

Make Bendpoints Feature Configurable #682

Open
philippfromme opened this issue Oct 26, 2022 · 0 comments
Open

Make Bendpoints Feature Configurable #682

philippfromme opened this issue Oct 26, 2022 · 0 comments
Labels
backlog Queued in backlog enhancement New feature or request

Comments

@philippfromme
Copy link
Contributor

philippfromme commented Oct 26, 2022

Is your feature request related to a problem? Please describe.

The bendpoints feature handles multiple concerns (reconnecting start/end, adding bendpoints, moving segments) at the same time. Disabling one of these isn't straightforward (cf. https://forum.bpmn.io/t/how-to-remove-dots-on-connection-lines-that-cause-them-to-be-bent/8130/10). Users should be able to opt out of e.g. adding bendpoints through configuration instead of having to override parts of the feature.

Describe the solution you'd like

Make the bendpoints feature configurable to make customization easier.

new BpmnModeler({
  bendpoints: {
    addBendpoints: false,
    moveBendpoints: true,
    moveSegments: false
  }
});

Describe alternatives you've considered

Rely on users customizing the bendpoints feature which isn't straightforward.

Additional context

Forum topics:

@philippfromme philippfromme added the enhancement New feature or request label Oct 26, 2022
@marstamm marstamm added the backlog Queued in backlog label Oct 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog Queued in backlog enhancement New feature or request
Development

No branches or pull requests

2 participants