Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 4.2, EE-3.3.0.GA_P05
-
Fix Version/s: 4.3, EE-3.3.0.GA_P06
-
Component/s: ACE-Components
-
Labels:None
-
Environment:Any
-
Support Case References:Support Case 14321:- https://icesoft.my.salesforce.com/5000g00001tCGSa
Description
Custom and standard converters declared on an ace:checkboxButton, ace:radioButton and ace:radioButtons aren't applied in these components. Converter handling code is absent from their getConvertedValue() methods.
Activity
Field | Original Value | New Value |
---|---|---|
Assignee | Arturo Zambrano [ artzambrano ] |
Fix Version/s | 4.3 [ 13096 ] | |
Fix Version/s | EE-3.3.0.GA_P06 [ 13114 ] |
Support Case References | Support Case 14321:- https://icesoft.my.salesforce.com/5000g00001tCGSa |
Summary | Converters not being applied on ace:checkboxButton | Converters not being applied on ace:checkboxButton, ace:radioButton, and ace:radioButtons |
Description | Custom and standard converters declared on an ace:checkboxButton component aren't applied, due to an implicit conversion to a Boolean value in the getConvertedValue() method in the renderer. | Custom and standard converters declared on an ace:checkboxButton, ace:radioButton and ace:radioButtons aren't applied in these components. Converter handling code is absent from their getConvertedValue() methods. |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #52433 | Fri May 04 17:57:42 MDT 2018 | art.zambrano | |
Files Changed | ||||
![]() ![]() ![]() |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
r52433: added converter support to ace:checkboxButton, ace:radioButton and ace:radioButtons
Also tested that converters are already working on ace:checkboxButtons and ace:triStateCheckbox.