Skip to content

Commit

Permalink
Mark fqdn field as required
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverFire committed Nov 18, 2016
1 parent baa1698 commit fa2bb93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/forms/CheckForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ public function rules()
return [
[['fqdn'], DomainPartValidator::class, 'enableIdn' => true, 'mutateAttribute' => false, 'message' => Yii::t('hipanel:domain', 'Domain name is invalid')],
[['fqdn'], 'zoneIsAllowed'],
[['fqdn'], 'required']
];
}

Expand Down

0 comments on commit fa2bb93

Please sign in to comment.