fix: [UI] Rest client form validation disabled

- it was trying to validate using the Server model validation rules, which is obviously incorrect
pull/4939/head
iglocska 2019-07-29 11:06:01 +02:00
parent 83072d2c92
commit 8378ec2997
No known key found for this signature in database
GPG Key ID: BEA224F1FEF113AC
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@
)
)
);
echo $this->Form->create('Server');
echo $this->Form->create('Server', array('novalidate' => true));
?>
<fieldset>
<?php