]
Brian Stansberry updated WFCORE-670:
------------------------------------
Fix Version/s: 1.0.0.CR2
(was: 1.0.0.CR1)
Node type is not complete at index 0 after tab completion on an empty
resource
------------------------------------------------------------------------------
Key: WFCORE-670
URL:
https://issues.jboss.org/browse/WFCORE-670
Project: WildFly Core
Issue Type: Bug
Components: CLI
Reporter: James Perkins
Assignee: Alexey Loubyansky
Priority: Blocker
Fix For: 1.0.0.CR2
Using something like {{/system-property=<TAB>}} with no system properties set
results in future commands no longer working.
{code:title=Example Output}
[standalone@localhost:9990 /] /system-property=
The operation name is missing or the format of the operation request is wrong.
[standalone@localhost:9990 /]
[standalone@localhost:9990 /] exit
Node type is not complete at index 0
[standalone@localhost:9990 /]
{code}