Merge pull request #776 from ByteHamster/addressbook-description

Make address book description optional
This commit is contained in:
H. Lehmann 2019-04-18 22:26:48 +02:00 committed by GitHub
commit 633e1f5b80
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -89,9 +89,8 @@ class AddressBook extends \Flake\Core\Model\Db {
]));
$oMorpho->add(new \Formal\Element\Text([
"prop" => "description",
"label" => "Description",
"validation" => "required"
"prop" => "description",
"label" => "Description"
]));
if ($this->floating()) {