Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.8.2.GA_P01
-
Fix Version/s: EE-1.8.2.GA_P03
-
Component/s: Facelet Components
-
Labels:None
-
Environment:All
Description
When using a f:convertNumber tag inside an ice-cc:textColumn tag, the converted output is not displayed when in non-edit mode. If the row is set to be editable then the converted info is displayed.
Sample Code:
<ice-cc:textColumn id="amountField"
property="amount"
title="Amount">
<f:convertNumber currencySymbol="$"
type="currency"/>
</ice-cc:textColumn>
Sample Code:
<ice-cc:textColumn id="amountField"
property="amount"
title="Amount">
<f:convertNumber currencySymbol="$"
type="currency"/>
</ice-cc:textColumn>
Activity
| Field | Original Value | New Value |
|---|---|---|
| Attachment | edit.JPG [ 12687 ] | |
| Attachment | non-edit.JPG [ 12688 ] |
| Salesforce Case | [5007000000ETw1o] |
| Fix Version/s | 1.8.2.GA_P02 [ 10225 ] | |
| Assignee Priority | P1 |
| Assignee | Brad Kroeger [ brad.kroeger ] | Ken Fyten [ ken.fyten ] |
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Fix Version/s | 1.8.2.GA_P03 [ 10253 ] | |
| Fix Version/s | 1.8.2.GA_P02 [ 10225 ] | |
| Assignee Priority | P1 | |
| Assignee | Ken Fyten [ ken.fyten ] | Brad Kroeger [ brad.kroeger ] |
| Status | Resolved [ 5 ] | Closed [ 6 ] |
Testing with the ice-cc:column component shows the converted output properly.