Bug 722455
| Summary: | Sorting on score in System Currency does not work | ||
|---|---|---|---|
| Product: | [Community] Spacewalk | Reporter: | Alexander Davidsen <adavi> |
| Component: | WebUI | Assignee: | Tomas Lestach <tlestach> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Red Hat Satellite QA List <satqe-list> |
| Severity: | low | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 1.5 | CC: | slukasik |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | spacewalk-java-1.6.5 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2011-12-22 16:51:02 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: | 723481 | ||
Aligning under space16. Fixed. spacewalk.git: 6bca7abed49cc093d55464eb61f01105ef6d68b6 Spacewalk 1.6 has been released. |
Description of problem: When sorting by score in System Currency systems are not sorted correctly. Version-Release number of selected component (if applicable): 1.5.56-1.el5 How reproducible: Reproducable very time Steps to Reproduce: 1. Click Systems -> Systems -> System Currency 2. Sort by score Actual results: Systems with the highest score is not listed at the top of the list as they should. Expected results: System with the hightest score at the top of the list. Additional info: It looks like this is a java-script bug: javascript:sortColumn('list_1646781657_sortby_id', 'created', 'list_1646781657_sortdir_id', 'desc') Should probably be score or similar, instead of created.