Actions
Bug #3518
closedDomain: UI and CLI do not label "full name"/"description" congruently
Description
Description of problem:
In Domains, for the webui, there is a field labelled "Description" with the text, "Full name describing the domain"
For its CLI analogue, we have ' --fullname' and 'Full name describing the domain'
Steps to Reproduce:
1. Nav to create new domain in UI; view fields
2. From cli, 'hammer -u admin -p admin domain create --help'; view results
Actual results:
Discrepancies as to how things are labelled.
Expected results:
Either rename "Description" in UI to "Full name" or change the parameter in the cli to "--description'
Actions