Skip to content

Commit

Permalink
Merge pull request #1 from infograf768/patch-1
Browse files Browse the repository at this point in the history
Making some database fields required
  • Loading branch information
brianteeman committed Nov 12, 2015
2 parents dd61a6c + 4e51471 commit 410e329
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@
type="text"
label="COM_CONFIG_FIELD_DATABASE_HOST_LABEL"
description="COM_CONFIG_FIELD_DATABASE_HOST_DESC"
required="true"
filter="string"
size="30" />

Expand All @@ -223,6 +224,7 @@
type="text"
label="COM_CONFIG_FIELD_DATABASE_USERNAME_LABEL"
description="COM_CONFIG_FIELD_DATABASE_USERNAME_DESC"
required="true"
filter="string"
size="30" />

Expand All @@ -231,6 +233,7 @@
type="text"
label="COM_CONFIG_FIELD_DATABASE_NAME_LABEL"
description="COM_CONFIG_FIELD_DATABASE_NAME_DESC"
required="true"
filter="string"
size="30" />

Expand Down

0 comments on commit 410e329

Please sign in to comment.