Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
onobc opened this issue Aug 30, 2023 · 0 comments · Fixed by #1954
Closed

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

onobc opened this issue Aug 30, 2023 · 0 comments · Fixed by #1954
Assignees
Milestone

Comments

@onobc
Copy link
Contributor

onobc commented Aug 30, 2023

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.

@onobc onobc transferred this issue from spring-cloud/spring-cloud-dataflow Aug 30, 2023
@onobc onobc added this to the 3.4.0 milestone Aug 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants