Bug 983055

Summary: Sorting with rich:column doesn't work in Metamer
Product: [JBoss] JBoss Enterprise Portal Platform 6 Reporter: Petr Mensik <pmensik>
Component: PortletBridgeAssignee: Ken Finnigan <kfinniga>
Status: CLOSED NOTABUG QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.1.0CC: bdawidow, dpospisi, epp-bugs, jsedlace, theute
Target Milestone: ---   
Target Release: 6.1.0   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Fedora 18, Firefox 22
Last Closed: 2013-07-16 12:57:57 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:

Description Petr Mensik 2013-07-10 11:54:53 UTC
Sorting doesn't work properly on both Custom Comparator and Sorting page. If you check the ascending or descending radio button, then some sorting is applied to the list but it's definitely not in correct order. It works only if you select unsorted which will sort the list into the ascending order.

Steps to reproduce

1. Deploy Metamer app
2. Go to http://localhost:8080/metamer/faces/components/richColumn/list.xhtml
3. Try both Custom Comparator and Sorting

Document URL: 

Section Number and Name: 

Describe the issue: 

Suggestions for improvement: 

Additional information: 


Description of problem:


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


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 3 JBoss JIRA Server 2013-07-11 18:34:10 UTC
Brian Leathem <bleathem> made a comment on jira RF-13088

Do you get the behaviour you expect if you set _sortMode="single"_?

Comment 4 JBoss JIRA Server 2013-07-12 07:50:15 UTC
Petr Mensik <pmensik> made a comment on jira RF-13088

Nope, behaviour is still the same.

Comment 6 JBoss JIRA Server 2013-07-16 12:55:15 UTC
Petr Mensik <pmensik> made a comment on jira RF-13088

Sorry, my fault, I didn't notice that it's sorting by state's length and not alphabetically. {noformat} {fn:length(record.state)} {noformat}

Comment 7 JBoss JIRA Server 2013-07-16 12:55:35 UTC
Petr Mensik <pmensik> made a comment on jira RF-13088

Sorry, my fault, I didn't notice that it's sorting by state's length and not alphabetically, so everything is ok. {noformat} {fn:length(record.state)} {noformat}

Comment 8 JBoss JIRA Server 2013-07-16 12:56:07 UTC
Petr Mensik <pmensik> updated the status of jira RF-13088 to Resolved

Comment 9 JBoss JIRA Server 2013-07-16 12:56:07 UTC
Petr Mensik <pmensik> made a comment on jira RF-13088

Not a bug