KaotoIO / kaoto

The UI of the Kaoto project
https://kaoto.io
Apache License 2.0
32 stars 24 forks source link

fix(CanvasForm): Provide basic schema for unknown Kamelets #1120

Closed lordrip closed 3 months ago

lordrip commented 3 months ago

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: https://github.com/KaotoIO/kaoto/issues/1004