Bug 841274
Summary: | resource tree's right-mouse context menu item "Import" is empty or has incorrect types. | ||||||
---|---|---|---|---|---|---|---|
Product: | [Other] RHQ Project | Reporter: | Jay Shaughnessy <jshaughn> | ||||
Component: | Core UI | Assignee: | Armine Hovsepyan <ahovsepy> | ||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | Mike Foley <mfoley> | ||||
Severity: | urgent | Docs Contact: | |||||
Priority: | urgent | ||||||
Version: | 4.4 | CC: | hrupp, jshaughn, lzoubek, mazz, mfoley | ||||
Target Milestone: | --- | ||||||
Target Release: | JON 3.1.1 | ||||||
Hardware: | All | ||||||
OS: | All | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | 831254 | Environment: | |||||
Last Closed: | 2013-09-03 15:09:05 UTC | 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: | 831254 | ||||||
Bug Blocks: | |||||||
Attachments: |
|
Description
Jay Shaughnessy
2012-07-18 14:31:16 UTC
Release/jon3.1.x commit: d06810bddd374669a54f254ad7ca7b94ccae0da5 Fix the context menu issue which was introduced with the original fix for the singleton filtering support. There were a few issues here. In the changes made to the context menu: - fix confusion around and lack of complete support for both create child and import - consolidate duplicate server calls, narrow the results with more criteria, and avoid the call when not needed. Additionally, the analogous change was not made to the Inventory->Child Resources view which also offers Create Child and Import. The change here ended up being tricky because it involved Table's TableActions, and filtering the menu button values in the footer. This led to a ** CHANGE IN Table **, to add more robust support for subclasses overriding default InitializableView support. In short, Table subclasses can now perfom async calls in onInit() if they properly override isInitialized() and be assured that configureTable() will be called after initialization is complete. Conflicts: modules/enterprise/gui/coregui/src/main/java/org/rhq/enterprise/gui/coregui/client/inventory/resource/ResourceCompositeSearchView.java modules/enterprise/gui/coregui/src/main/java/org/rhq/enterprise/gui/coregui/client/inventory/resource/detail/ResourceTreeView.java Cherry-pick of master: 1667f9730e4d547b399e1b30ad9965d8773d11a5 JON 3.1.1 ER1 build is available. Moving to ON_QA. https://brewweb.devel.redhat.com/buildinfo?buildID=226942 verified on JON 3.1.1 ER1 Created attachment 602168 [details]
import resources
verified.
Bulk closing of old issues in VERIFIED state. |