Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.
This repository was archived by the owner on May 14, 2025. It is now read-only.

App registration details panel not updating when switch between boot versions #1947

@onobc

Description

@onobc

Steps to reproduce

  1. Navigate to SCDF UI
  2. Register 2.x task apps:
task.timestamp=maven://io.spring:timestamp-task:2.0.2
task.timestamp.bootVersion=2
task.timestamp-batch=maven://io.spring:timestamp-batch-task:2.0.2
task.timestamp-batch.bootVersion=2
  1. Register 3.x task apps:
task.timestamp=maven://io.spring:timestamp-task:3.0.0
task.timestamp.bootVersion=3
task.timestamp-batch=maven://io.spring:timestamp-batch-task:3.0.0
task.timestamp-batch.bootVersion=3
  1. Navigate to http://localhost:9393/dashboard/index.html#/apps/task/timestamp

  2. Notice "Version" drop-down has 2.0.2 (DEFAULT) value.

  3. Click "Version" drop-down and select 3.0.0.

    💣 💣 notice the content in the "INFORMATION" panel is still for the 2.0.2 app.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions