| Summary: | UIFormCheckBoxInput.setValue() doesn't parse String | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Portal Platform 5 | Reporter: | Toshiya Kobayashi <tkobayas> | ||||||
| Component: | Portal | Assignee: | hfnukal <hfnukal> | ||||||
| Status: | CLOSED NEXTRELEASE | QA Contact: | |||||||
| Severity: | high | Docs Contact: | |||||||
| Priority: | high | ||||||||
| Version: | 5.1.0.GA, 5.1.1.DEV01 | CC: | epp-bugs, tkobayas | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | 5.1.1.DEV02 | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| URL: | http://jira.jboss.org/jira/browse/JBEPP-958 | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2011-06-07 14:55:53 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: | |||||||
| Bug Depends On: | |||||||||
| Bug Blocks: | 793886 | ||||||||
| Attachments: |
|
||||||||
|
Description
Toshiya Kobayashi
2011-05-24 14:35:25 UTC
Attachment: Added: exo-ecms-core-webui-explorer-2.1.2.jar.ECMS-1782 Attachment: Added: JBEPP-958.patch Attached JBEPP-958.patch Link: Added: This issue incorporates GTNPORTAL-1910 Link: Added: This issue is a dependency of JBEPP-959 Release Notes Text: Added: If you call org.exoplatform.webui.form.UIFormCheckBoxInput.setValue() with a String "true", it will be evaluated as "false" because it parses only Boolean, not String. Fixed by recognizing string and converting to boolean value. Release Notes Docs Status: Added: Documented as Resolved Issue Release Notes Text: Removed: If you call org.exoplatform.webui.form.UIFormCheckBoxInput.setValue() with a String "true", it will be evaluated as "false" because it parses only Boolean, not String. Fixed by recognizing string and converting to boolean value. Added: In previous JBoss Enterprise Portal Platform versions, calling org.exoplatform.webui.form.UIFormCheckBoxInput.setValue() with a String value of 'true', would result in the value being interpreted as 'false' as only Boolean values (not String values) were parsed. This behaviour has been corrected by recognizing string values when entered and converting them to boolean values. Release Notes Text: Removed: In previous JBoss Enterprise Portal Platform versions, calling org.exoplatform.webui.form.UIFormCheckBoxInput.setValue() with a String value of 'true', would result in the value being interpreted as 'false' as only Boolean values (not String values) were parsed. This behaviour has been corrected by recognizing string values when entered and converting them to boolean values. Added: In previous JBoss Enterprise Portal Platform versions, calling org.exoplatform.webui.form.UIFormCheckBoxInput.setValue() with a String value of 'true', would result in the value being interpreted as 'false' as only Boolean values (not String values) were parsed. This behavior has been corrected by recognizing string values when entered and converting them to boolean values. |