Make address book description optional
This commit is contained in:
parent
dbe42aa28a
commit
a820964cf1
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