Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.0.1
-
Fix Version/s: 3.1.0.BETA2, 3.1
-
Component/s: ACE-Components
-
Labels:None
-
Environment:Icefaces 3.1.0.ALPHA1 at Williams.
-
Affects:Documentation (User Guide, Ref. Guide, etc.), Sample App./Tutorial
Description
When using the GroupBy attribute of the ace:column without the sortBy attribute, a null pointer exception is thrown. The groupBy should be used for sorting when the sortBy is not present.
Specifically, when a column is specified in the groupBy, then no sorting controls should be rendered, and a sort is implied.
It's not clear how the sort order will be determined, and clearly the user will not be able to change the sort order used by the grouping directly with this change.
Specifically, when a column is specified in the groupBy, then no sorting controls should be rendered, and a sort is implied.
It's not clear how the sort order will be determined, and clearly the user will not be able to change the sort order used by the grouping directly with this change.
Activity
Field | Original Value | New Value |
---|---|---|
Assignee | Nils Lundquist [ nils.lundquist ] |
Issue Type | Bug [ 1 ] | Improvement [ 4 ] |
Salesforce Case | [] | |
Fix Version/s | 3.1.0.BETA2 [ 10336 ] | |
Fix Version/s | 3.1 [ 10312 ] | |
Affects Version/s | 3.0.1 [ 10282 ] |
Salesforce Case | [] | |
Description | When using the GroupBy attribute of the ace:column without the sortBy attribute, a null pointer exception is thrown. The groupBy should be used for sorting when the sortBy is not present. |
When using the GroupBy attribute of the ace:column without the sortBy attribute, a null pointer exception is thrown. The groupBy should be used for sorting when the sortBy is not present. Specifically, when a column is specified in the groupBy, then no sorting controls should be rendered, and a sort is implied. It's not clear how the sort order will be determined, and clearly the user will not be able to change the sort order used by the grouping directly with this change. |
Salesforce Case | [] | |
Priority | Major [ 3 ] | Minor [ 4 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #29151 | Tue May 22 15:17:40 MDT 2012 | nils.lundquist | |
Files Changed | ||||
![]() |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Affects | [Sample App./Tutorial] |
Salesforce Case | [] | |
Affects | [Sample App./Tutorial] | [Documentation (User Guide, Ref. Guide, etc.), Sample App./Tutorial] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #29341 | Wed Jun 06 12:17:48 MDT 2012 | nils.lundquist | |
Files Changed | ||||
![]() |
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Component/s | ACE-Components [ 10050 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Revision #29151
Committed by nils.lundquist
Moments ago
ICE-8064- setting groupBy for a column now behaves as if sortBy was also identically set for that column. This was previously a app level requirement.