Don't require to configure a port for database connections
This commit is contained in:
parent
56bef276e0
commit
947d5c6190
application/forms/Config/Resource
|
@ -78,7 +78,6 @@ class DbResourceForm extends Form
|
|||
'number',
|
||||
'port',
|
||||
array(
|
||||
'required' => true,
|
||||
'preserveDefault' => true,
|
||||
'label' => $this->translate('Port'),
|
||||
'description' => $this->translate('The port to use'),
|
||||
|
|
Loading…
Reference in New Issue