Added Role view to Network

This commit is contained in:
Frank Schubert
2021-07-01 20:56:41 +02:00
parent e70c714b60
commit 72c67c9d35
12 changed files with 258 additions and 26 deletions

View File

@@ -33,7 +33,7 @@ class Address extends mfBaseModel {
return false;
}
$this->types = AddresstypeModel::search(['address_id' => $this->id]);
$this->types = AddresstypeModel::search(['address_id' => $this->id], true);
}
public function getProperty($name) {