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

fix(canvas): Missing Kamelet icons in the from node #410

Merged
merged 1 commit into from
Nov 23, 2023

Conversation

lordrip
Copy link
Member

@lordrip lordrip commented Nov 23, 2023

Context

Currently, when replacing the from node with a source Kamelet adds it incorrectly as it doesn't prefix the URI with the kamelet string.

Changes

Add kamelet: prefix to Kamelets nodes

#### Before #### After
image image

Fixes: #409

Currently, when replacing the `from` node with a source `Kamelet` adds it incorrectly as it doesn't prefix the URI with the `kamelet` string.

The fix is to add `kamelet:` prefix to `Kamelets` nodes

Fixes: KaotoIO#409
@lordrip lordrip force-pushed the fix/kamelets-in-from-node branch from 2635341 to 6209132 Compare November 23, 2023 15:16
@lordrip lordrip merged commit 2db1d75 into KaotoIO:main Nov 23, 2023
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Source kamelets are added without the kamelet prefix
2 participants