Merge pull request #776 from ByteHamster/addressbook-description
Make address book description optional
This commit is contained in:
commit
633e1f5b80
1 changed files with 2 additions and 3 deletions
|
@ -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()) {
|
||||
|
|
Loading…
Add table
Reference in a new issue