[ 
https://issues.apache.org/jira/browse/DIRSTUDIO-888?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pierre-Arnaud Marcelot resolved DIRSTUDIO-888.
----------------------------------------------

    Resolution: Fixed

Fixed at revision .



I created a new Boolean in-place editor which saves as value:
- "TRUE" for the following expressions (case insensitive)
    - "TRUE"
    - "T"
    - "YES"
    - "Y"
    - "1"
- "FALSE" for the followong expressions (case insensitive):
    - "FALSE"
    - "F"
    - "NO"
    - "N"
    - "0"

Thanks for your great suggestion!
                
> Improve editing of boolean values to allow lowercased values and shortcuts
> --------------------------------------------------------------------------
>
>                 Key: DIRSTUDIO-888
>                 URL: https://issues.apache.org/jira/browse/DIRSTUDIO-888
>             Project: Directory Studio
>          Issue Type: Bug
>          Components: studio-ldapbrowser
>    Affects Versions: 2.0.0
>            Reporter: Jim Birch
>            Assignee: Pierre-Arnaud Marcelot
>            Priority: Minor
>             Fix For: 2.0.0-M7, 2.0.0
>
>         Attachments: LowerCaseFalseError.PNG
>
>
> In inline editor won't accept lowercase strings for AD boolean values.  
> "true" and "false" aren't accepted.  This was a bit unexpected so I started 
> looking for other problems.  A more relaxed approach could accept lower case 
> values, or maybe even things like "t", "T", "f", 'F', "1", "0", "yes", "Y", 
> "NO", ...
> A simple attribute editor for booleans would be a help to confirm/force a 
> valid change.  This becomes an issue if the change is not accepted for some 
> reason, you aren't left wondering if you entered something invalid. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to