[jboss-jira] [JBoss JIRA] (WFCORE-1920) Tab completion for LIST attribute is broken, it doesn't add end bracket "]".

Jean-Francois Denise (JIRA) issues at jboss.org
Thu Nov 3 07:52:00 EDT 2016


    [ https://issues.jboss.org/browse/WFCORE-1920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13316693#comment-13316693 ] 

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)



More information about the jboss-jira mailing list