Bug 141665

Summary: Systems admined error
Product: [Retired] Red Hat Network Reporter: Michael Bowman <mbowman>
Component: RHN/R&DAssignee: Ryan Bloom <rbb>
Status: CLOSED CURRENTRELEASE QA Contact: Red Hat Satellite QA List <satqe-list>
Severity: medium Docs Contact:
Priority: medium    
Version: RHN Devel   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-12-03 16:58: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: 125080    

Description Michael Bowman 2004-12-02 19:50:08 UTC
Description of problem:
The data result returned from the perl site is different than what is 
returned for the java site. Also, the java site isn't ordered (perl
site is ordered alphabetically).


Version-Release number of selected component (if applicable):


How reproducible:
always

Steps to Reproduce:
1.compare systemsadmined.jsp and pxt version
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Ryan Bloom 2004-12-03 16:58:02 UTC
It's sorted now.  We weren't copying the original list into the new
DataResult when doing the elaboration.  This meant that we lost the
original sort order and the new sort order was whatever order the DB
returned the elaborated results.