Bug 584149
| Summary: | Column sorting on the new /rhq/inventory/browseResources.xhtml is not yet working | ||
|---|---|---|---|
| Product: | [Other] RHQ Project | Reporter: | John Sefler <jsefler> |
| Component: | Core UI | Assignee: | Joseph Marques <jmarques> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Corey Welton <cwelton> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 1.4 | CC: | smohan |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | 2.4 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2010-08-12 16:55:39 UTC | Type: | --- |
| 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: | 577853 | ||
|
Description
John Sefler
2010-04-20 20:21:56 UTC
commit d568a683944cbb81c717589f7c8c1a341a0ae433
fix for broken sorting on the inventory browser (resources and groups)
* CriteriaQueryGenerator now automatically prepends the alias to the ordering fields when building the query (from GWT prototype, merged to master)
* needed to remove explicit alias identifier from the sortableColumnHeader definitions
* also, updated CriteriaQueryGenerator to support sorting by column ordinals (required by group browser's availability columns)
Tested on JON build#116 Revision 10615 Steps: 1)Go to resources->platforms,Resources->servers,Resources->services. 2)Click on the column headers: name,Category,type,plugin,Description,Availability. Observation: Rows are getting sorted in ascending as well as descending order.this is working fine. Mass-closure of verified bugs against JON. |