Bug 119215

Summary: /ccm/admin : display sub-groups (groups tab) in ordered way
Product: [Retired] Red Hat Enterprise CMS Reporter: durnez <vdurnez>
Component: uiAssignee: ccm-bugs-list
Status: CLOSED WONTFIX QA Contact: Jon Orris <jorris>
Severity: medium Docs Contact:
Priority: medium    
Version: 6.0Keywords: FutureFeature
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-09-05 17:44:46 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:

Description durnez 2004-03-26 15:12:30 UTC
Description of problem:
in /ccm/admin, when clicking on groups tab, sub-groups are not
ordered, which is an issue with many groups.


One way to display groups in an order way is to modify file
cms-6.0.1/web/__ccm__/static/cms/admin/tree/tree.xsl :

For each loop <xsl:for-each select="bebop:t_node">, add just after :
<xsl:sort select="bebop:link/bebop:label"/>

38d37
<       <xsl:sort select="bebop:link/bebop:label"/>
54d52
<       <xsl:sort select="bebop:link/bebop:label"/>


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

How reproducible:
always

Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Jon Orris 2006-09-05 17:44:46 UTC
Closing old tickets