redhat-developer / redhat-developer/vscode-server-connector
Identify read-only fields on editor when editing server properties
Open
@lstocchi is already working on this.
Since Jun 12, 2019.
- Dominant language
- TypeScript
- Stars
- 59
- Forks
- 29
- Avg merge
- 19m
- Merged PRs (30d)
- 1
Description
Currently there is no sign that identify which are the read-only fields in the editor when editing server properties. Users need to change their values and read the error displayed to know about it which is very annoying. We need to find a way to make their read-only attribute visible and clear.
Steps:
ASSERT: have a wildfly server
EXEC: pick "Edit Server" from ctx menu
Result:
There's no way to know which are the read-only fields
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.