spring-cloud-dataflow-ui icon indicating copy to clipboard operation
spring-cloud-dataflow-ui copied to clipboard

Task app boot version dropdown always selected by default

Open claudiahub opened this issue 2 years ago • 1 comments

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 avatar Sep 20 '23 08:09 claudiahub

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

claudiahub avatar Oct 13 '23 13:10 claudiahub