Opened 15 years ago
Closed 15 years ago
#1053 closed defect (fixed)
Values.getBoolean() is case-sensitive
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | BASE 2.7.1 |
Component: | core | Version: | |
Keywords: | Cc: |
Description
Trying to convert string values to boolean. Using lowercase strings, such as 'yes', 'no', 'true' or 'false' works as expected. Uppercase or mixed case strings are always converted to boolean true.
Change History (2)
comment:1 Changed 15 years ago by
Owner: | changed from everyone to Nicklas Nordborg |
---|---|
Status: | new → assigned |
comment:2 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [4328]) Fixes #1053: Values.getBoolean() is case-sensitive