Martin Choma created WFLY-8563:
----------------------------------
Summary: Boolean attributes CLI autocomplete does not offer true option
Key: WFLY-8563
URL:
https://issues.jboss.org/browse/WFLY-8563
Project: WildFly
Issue Type: Bug
Components: CLI
Reporter: Martin Choma
Assignee: Jason Greene
Priority: Minor
Having {{debug}} attribute defined as
{code}
"debug" => {
"type" => BOOLEAN,
"description" => "Should the JAAS step of obtaining the credential
have debug logging enabled.",
"expressions-allowed" => true,
"required" => false,
"nillable" => true,
"default" => false,
"access-type" => "read-write",
"storage" => "configuration",
"restart-required" => "resource-services"
}
{code}
CLI autocomplete offers just false option
{code}
[standalone@localhost:9990 /]
/subsystem=elytron/kerberos-security-factory=a:add(debug<TAB>
) , =false
{code}
I would expect also true option provided
{code}
[standalone@localhost:9990 /]
/subsystem=elytron/kerberos-security-factory=a:add(debug<TAB>
) , =false =true
{code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)