[
https://issues.jboss.org/browse/WFCORE-1920?page=com.atlassian.jira.plugi...
]
Jean-Francois Denise commented on WFCORE-1920:
----------------------------------------------
Hi,
this list is special in the fact that it is a list of capabilities reference. We need to
fix this issue and enhance completion:
- to only propose what the user has not already typed.
- to close the list if all capabilities are already there.
- to add list separator after a valid capability being entered and some more capabilities
could be added.
- to close the list if no capabilities are present.
Tab completion for LIST attribute is broken, it doesn't add end
bracket "]".
----------------------------------------------------------------------------
Key: WFCORE-1920
URL:
https://issues.jboss.org/browse/WFCORE-1920
Project: WildFly Core
Issue Type: Bug
Components: CLI
Reporter: Hynek Švábek
Assignee: Jean-Francois Denise
Tab completion for LIST attribute is broken, it doesn't add end bracket
"]".
I process this CLI command
{code}
/subsystem=elytron/aggregate-role-mapper=aggregateRoleMapper:add(role-mappers=[prefMapper001,prefMapper002<TAB>
{code}
*Actual result*
{code}
/subsystem=elytron/aggregate-role-mapper=aggregateRoleMapper:add(role-mappers=[prefMapper001,prefMapper002)
{code}
*Expected result*
{code}
/subsystem=elytron/aggregate-role-mapper=aggregateRoleMapper:add(role-mappers=[prefMapper001,prefMapper002])
{code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)