]
Kabir Khan updated WFCORE-2264:
-------------------------------
Fix Version/s: 3.0.0.Alpha24
(was: 3.0.0.Alpha23)
Missing capability tab completion on object type attributes
-----------------------------------------------------------
Key: WFCORE-2264
URL:
https://issues.jboss.org/browse/WFCORE-2264
Project: WildFly Core
Issue Type: Bug
Components: CLI
Affects Versions: 3.0.0.Alpha22
Environment: Reproducible using current WildFly master
Reporter: Darran Lofthouse
Assignee: Jean-Francois Denise
Fix For: 3.0.0.Alpha24
The following command is valid: -
{{./core-service=management/management-interface=http-interface:write-attribute(name=http-upgrade.sasl-authentication-factory,
value=management-sasl-authentication)}}
However tab completion is not possible to discover the available capabilities for the
value.
I suspect the dot notation to reference the sasl-authentication-factory sub attribute is
not followed.
(I am initially raising against the CLI but I don't know how the name parameter is
handled here so could be a general management issue)