Don't require to configure a port for database connections

This commit is contained in:
Eric Lippmann 2015-09-07 16:52:54 +02:00
parent 56bef276e0
commit 947d5c6190
1 changed files with 0 additions and 1 deletions
application/forms/Config/Resource

View File

@ -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'),