96 - /AceConfigCmd-3.0: hidden param always evaluated as boolean
What steps will reproduce the problem?
1. use a method name or a function as the value of the 'hidden' parameter
What is the expected output? What do you see instead?
The option should be displayed when requesting the option list if the method name or function ref returns false.
Nothing is displayed as if 'hidden' was always seen as 'not false'
What version of the product are you using?
r880
I just looked in the sources and stumble upon this:
-- TODO: handle disabled / hidden
-- TODO: implement handlers for all types
maybe this should be written in the doc :/
| User | When | Change |
|---|---|---|
| Nevcairiel | Sun, 06 Dec 2009 16:01:51 | Changed status from Accepted to Fixed |
| Nevcairiel | Sat, 05 Dec 2009 18:05:33 | Changed component from None to AceConfig-3.0 |
| Nevcairiel | Sat, 05 Dec 2009 18:05:09 | Changed status from New to Accepted |
| Nevcairiel | Sat, 05 Dec 2009 18:05:04 | Changed assigned to from Kaelten to mikk |
| Archarodim | Sat, 28 Nov 2009 04:20:28 | Create |
- 1 comment
- 1 comment
Facts
- Last updated on
- 06 Dec 2009
- Reported on
- 28 Nov 2009
- Status
- Fixed - Developer made requested changes. QA should verify.
- Type
- Defect - A shortcoming, fault, or imperfection
- Priority
- Medium - Normal priority.
- Component
- AceConfig-3.0
- #1
Nevcairiel Sun, 06 Dec 2009 16:02:01I fixed this.