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(CanvasForm): Provide basic schema for unknown Kamelets #1120

Merged
merged 1 commit into from
Jun 3, 2024

Conversation

lordrip
Copy link
Member

@lordrip lordrip commented Jun 2, 2024

Context

Currently, when using the kamelet component, providing an unknown Kamelet to Kaoto, this renders the basic To EIP configuration form.

This is not useful since then we can't provide the Kamelet's TemplateId nor RouteId.

Before After
image image

Changes

The fix is to fallback to the standard Kamelet component when passing an unknown Kamelet to Kaoto.

fix: #1004

Currently, when using the `kamelet` component, providing an unknown
Kamelet to Kaoto, this renders the basic `To` EIP configuration form.

This is not useful since then we can't provide the Kamelet's TemplateId
nor RouteId.

The fix is to fallback to the standard `Kamelet` component when passing
an unknown Kamelet to Kaoto.

fix: KaotoIO#1004
@lordrip lordrip merged commit 36d9020 into KaotoIO:main Jun 3, 2024
9 checks passed
@lordrip lordrip deleted the fix/schema-for-unknown-kamelets branch June 3, 2024 15:11
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.

Provide basic kamelet component config panel for unknown kamelet template id
2 participants