Created attachment 941108 [details] Ignore-button Description of problem: "Ignore" button is disabled always under "Discovery Queue". Version-Release number of selected component (if applicable): JBoss Operations Network Version : 3.3.0.ER03 Build Number : 4aefe39:44e33a4 GWT Version : 2.5.0 SmartGWT Version : 3.0p Browser: Firefox 32.0 How reproducible: always Steps to Reproduce: 1. After successfully install, Login in to JBoss ON 3.3 ER03 2. Navigate to 'Inventory->Discovery Queue' 3. Select any resource(s) listed under 'Discovery Queue' 4. 'Ignore' button is disabled. Actual results: 'Ignore' button is disabled. Expected results: 'Ignore' button should be enabled if we select any resource. Additional info: Screen shot is attached.
This is not a regression, this behavior exists for ages. Ignore button does not enable in case you select Platform which is not yet committed or any resource under platform which is not yet committed.
branch: master link: https://github.com/rhq-project/rhq/commit/b4b0238a2 time: 2014-09-29 15:20:49 +0200 commit: b4b0238a2351928e4613e98309192ea3fe3a4eb3 author: Libor Zoubek - lzoubek message: Bug 1146583 - "Ignore" button is disabled always under "Discovery Queue" Previous logic of enabling/disabling "Ignore" button tried to prevent situation, that user could ignore a NEW platform and/or it's child. Previous logic would not work in case user also selected at least another resource that "could" be ignored (a child of imported platform). Now user can ignore MEW platform as well or it's child. If platform is IGNORED it's not possible (at least from UI) to import it's NEW children.
branch: release/jon3.3.x link: https://github.com/rhq-project/rhq/commit/827f53444 time: 2014-10-03 13:37:45 +0200 commit: 827f534442e68b02724ab8a1d098ae3914bc4c16 author: Libor Zoubek - lzoubek message: Bug 1146583 - "Ignore" button is disabled always under "Discovery Queue" Previous logic of enabling/disabling "Ignore" button tried to prevent situation, that user could ignore a NEW platform and/or it's child. Previous logic would not work in case user also selected at least another resource that "could" be ignored (a child of imported platform). Now user can ignore MEW platform as well or it's child. If platform is IGNORED it's not possible (at least from UI) to import it's NEW children. (cherry picked from commit b4b0238a2351928e4613e98309192ea3fe3a4eb3) Signed-off-by: Jirka Kremser <jkremser>
Moving to ON_QA as available to test with the latest brew build: https://brewweb.devel.redhat.com//buildinfo?buildID=394734
Created attachment 949351 [details] ignore_button
verified in JON 3.3 ER05 screen-shot attached