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

Duplicated edge ID when using same step combination #1897

Closed
lordrip opened this issue Jan 8, 2025 · 0 comments · Fixed by #1898
Closed

Duplicated edge ID when using same step combination #1897

lordrip opened this issue Jan 8, 2025 · 0 comments · Fixed by #1898
Assignees
Labels
bug Something isn't working canvas/visualization Canvas-related issues
Milestone

Comments

@lordrip
Copy link
Member

lordrip commented Jan 8, 2025

In Camel routes, when there is the same combination of kind of steps in 2 different routes

UI.break.when.same.kind.of.step.combination.webm

Originally posted by @apupier in #1873 (comment)

@lordrip lordrip self-assigned this Jan 8, 2025
@lordrip lordrip added bug Something isn't working canvas/visualization Canvas-related issues labels Jan 8, 2025
@lordrip lordrip added this to the 2.4.0 milestone Jan 8, 2025
@lordrip lordrip moved this from New to In Review in Kanban Board Jan 8, 2025
lordrip added a commit to lordrip/kaoto that referenced this issue Jan 8, 2025
Currently, edge IDs are not scoped to the owner flow, causing to be
duplicated in case two flows use the same step combination.

The fix is to scope the edge ID as well, so we avoid the duplication.

fix: KaotoIO#1897
lordrip added a commit to lordrip/kaoto that referenced this issue Jan 8, 2025
Currently, edge IDs are not scoped to the owner flow, causing to be
duplicated in case two flows use the same step combination.

The fix is to scope the edge ID as well, so we avoid the duplication.

fix: KaotoIO#1897
lordrip added a commit to lordrip/kaoto that referenced this issue Jan 8, 2025
Currently, edge IDs are not scoped to the owner flow, causing to be
duplicated in case two flows use the same step combination.

The fix is to scope the edge ID as well, so we avoid the duplication.

fix: KaotoIO#1897
lordrip added a commit to lordrip/kaoto that referenced this issue Jan 8, 2025
Currently, edge IDs are not scoped to the owner flow, causing to be
duplicated in case two flows use the same step combination.

The fix is to scope the edge ID as well, so we avoid the duplication.

fix: KaotoIO#1897
@lordrip lordrip closed this as completed in d3299a6 Jan 8, 2025
@github-project-automation github-project-automation bot moved this from In Review to Done in Kanban Board Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working canvas/visualization Canvas-related issues
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant