Uploaded image for project: 'HAL'
  1. HAL
  2. HAL-1747

Web DeploymentColumn view can't switch between servers.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 3.3.6.Final
    • 3.3.4.Final
    • None
    • None
    • Hide
      1. Deploy a simple app helloworld.war.
      2. Navigate to Runtime -> Server Groups -> main-server-group -> server-one -> Web -> Deployment -> helloworld.war.
      3. Click View.
      4. At the top, switch Server => server-one to server-two.
      5. server-two is NOT selected.
      Show
      Deploy a simple app helloworld.war. Navigate to Runtime -> Server Groups -> main-server-group -> server-one -> Web -> Deployment -> helloworld.war. Click View. At the top, switch Server => server-one to server-two. server-two is NOT selected.
    • Undefined

      Web DeploymentColumn view can't switch between servers. (see Steps to Reproduce).

      It seems https://github.com/hal/console/blob/3.3.4.Final/app/src/main/java/org/jboss/hal/client/runtime/subsystem/undertow/DeploymentColumn.java#L107 is wrong.

      actions.add(itemActionFactory.view(
              places.selectedProfile(NameTokens.UNDERTOW_RUNTIME_DEPLOYMENT_VIEW)
                      .with(DEPLOYMENT, item.getDeployment())
                      .with(SUBDEPLOYMENT, item.getSubdeployment())
                      .build()));
      

      The request place builder should check selected server rather than selected profile for runtime undertow deployment.

            chaowan@redhat.com Chao Wang
            chaowan@redhat.com Chao Wang
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: