Bug 1256819
| Summary: | [GSS](6.4.z) Incorrect display of application name while assigning a new application to the ServerGroup. | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Ranjith Pulluru <rpulluru> |
| Component: | Web Console | Assignee: | Enrique Gonzalez Martinez <egonzale> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Pavel Jelinek <pjelinek> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.4.2 | CC: | bmaxwell, brian.stansberry, cdewolf, egonzale, hbraun, hpehl, jkudrnac, pjelinek, rpulluru |
| Target Milestone: | CR1 | ||
| Target Release: | EAP 6.4.4 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | Type: | Bug | |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1235744, 1247280 | ||
Hi: the selection model is not getting cleared once the deployment table is being refreshed. This causes the buttons to be available with an non existent item. just to clarify a bit the reproducer: Steps to reproduce: ==================== 1) Open JBoss EAP 6.4.2 admin console. 2) Add the example.war to the deployment and then assign to server group. 3) Remove the example.war file from the deployments from the admin console.(successfully removed). 4) try to click in remove, assign or replace buttons. It will show the old selection. PR 2.5.x: https://github.com/hal/core/pull/63 No upstream required Verified for 6.4.4.CP.CR3. Retroactively bulk-closing issues from released EAP 6.4 cumulative patches. Retroactively bulk-closing issues from released EAP 6.4 cumulative patches. |
Description of problem: ======================= - Incorrect display of application name while assigning a new application to the servergroup Version-Release number of selected component (if applicable): ============================================================== - JBoss EAP 6.4.2 Steps to reproduce: ==================== 1) Open JBoss EAP 6.4.2 admin console. 2) Add the example.war to the deployment and then assign to server group. 3) Remove the example.war file from the deployments from the admin console.(successfully removed). 4) and then add next application sample.war to the deployment. 5) click "assign" button, then you will see the pop window with previous application name("example.war"). (which is incorrect) Actual results: =============== - You will see the pop window with previous application name("example.war"). (which is incorrect) Expected results: ================= - Pop window should show the application name "sample.war" Additional info: ================= - This problem occurs until you don't select a new application or refresh the browser. - Above issue doesn't exist in JBoss EAP 6.4.1. Above issue occurs in jboss EAP 6.4.2 and jboss EAP 6.4.3.