You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently CamelRouteResource.getEntities() returns everything other than CamelRouteVisualEntity, which contains other visual entities such as RouteConfiguration
It would be better to clarify what getEntities() should return. Having the fact that we also have getVisualEntities() in mind, it would be either
All entities, both visual entities and non visual entities
Non visual entities
I find it useful if getEntities() would return all entities rather than just non visual entities. In that way it could represent the order of the entities when visual ones and non visual ones are combined.
The text was updated successfully, but these errors were encountered:
Please describe the task that needs to be done
Currently
CamelRouteResource.getEntities()
returns everything other thanCamelRouteVisualEntity
, which contains other visual entities such asRouteConfiguration
https://github.com/KaotoIO/kaoto/blob/main/packages/ui/src/models/camel/camel-route-resource.ts#L149
It would be better to clarify what
getEntities()
should return. Having the fact that we also havegetVisualEntities()
in mind, it would be eitherI find it useful if
getEntities()
would return all entities rather than just non visual entities. In that way it could represent the order of the entities when visual ones and non visual ones are combined.The text was updated successfully, but these errors were encountered: