spring-cloud / spring-cloud-dataflow-ui

This repo provides the Dashboard application of Spring Cloud Data Flow
https://dataflow.spring.io/
Apache License 2.0
213 stars 118 forks source link

Task app boot version dropdown always selected by default #1962

Open claudiahub opened 1 year ago

claudiahub commented 1 year ago

Refers to https://github.com/spring-cloud/spring-cloud-dataflow/issues/5469

In the task launch view, the boot version dropdown stays to the default value despite the selection.

claudiahub commented 1 year ago

After debugging on this, it seems the API for the endpoint /tasks/executions/1?schemaTarget=boot2 does not have anymore the lastExecution property attribute which is necessary on our side in order to select the proper last selected boot version after the first has launched in the task.

Screenshot 2023-10-13 alle 15 53 04