-
Bug
-
Resolution: Done
-
Major
-
3.3.4.Final
-
None
-
None
-
-
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.
- is incorporated by
-
WFLY-14722 Upgrade HAL to 3.3.6.Final
- Closed