Closed
Description
In case of editing or adding a DSN, the Save
and Test Connection
should only be activated if there is valid input, as follows:
- the
Save
button requires a DSNName
andHostname
filled in; - the
Test Connection
button requires at least theHostname
field filled in. The delux feature here would be do have validation on the field (hostname or IPv4/6), but this only if there is already some ready to use framework functionality (regexps or building a parser here might be inadvisable).