Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.2
-
Fix Version/s: EE-3.2.0.BETA, EE-3.2.0.GA, 3.3
-
Component/s: ACE-Components
-
Labels:None
-
Environment:All
-
Assignee Priority:P1
-
Salesforce Case Reference:
-
Workaround Description:
Description
An ace:dataTable is set to show a summary row for totals of a column. On the first load of the table contents the summary row calculation is displayed correctly. If the table us reloaded with different data, but had the same number of rows, the summary row calculations are in correct.
The data coming from the server is correct as well as the update that is sent. The client side simply does not show the correct data.
The data coming from the server is correct as well as the update that is sent. The client side simply does not show the correct data.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Field | Original Value | New Value |
---|---|---|
Salesforce Case Reference | 5007000000OC8bfAAD |
Attachment | Case11683ExampleWAR.zip [ 15112 ] | |
Attachment | Case11683Example.zip [ 15113 ] | |
Attachment | first-list-load.jpg [ 15114 ] | |
Attachment | second-list-load.jpg [ 15115 ] |
Assignee | Nils Lundquist [ nils.lundquist ] | |
Fix Version/s | EE-3.2.0.GA [ 10332 ] | |
Fix Version/s | 3.3 [ 10370 ] | |
Assignee Priority | P1 [ 10010 ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Workaround Description |
Change:
<ace:column colspan="1"> <h:outputText id="stockTotal" value="#{testBean.groupTotal('item.itemType', 'item.itemStock', index)}"/> </ace:column> to: <ace:column colspan="1"> #{testBean.groupTotal('item.itemType', 'item.itemStock', index)} </ace:column> |
Status | In Progress [ 3 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Fix Version/s | EE-3.2.0.BETA [ 10573 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |