new: [organisation] Added `notifyAdmin` behavior.
Might be removed later on if neededpull/121/head
parent
d0119b2dba
commit
225913f9c6
|
@ -16,6 +16,9 @@ class OrganisationsTable extends AppTable
|
|||
$this->addBehavior('Timestamp');
|
||||
$this->addBehavior('Tags.Tag');
|
||||
$this->addBehavior('AuditLog');
|
||||
$this->addBehavior('NotifyAdmins', [
|
||||
'fields' => ['uuid', 'name', 'url', 'nationality', 'sector', 'type', 'contacts', 'modified', 'meta_fields'],
|
||||
]);
|
||||
$this->hasMany(
|
||||
'Alignments',
|
||||
[
|
||||
|
|
Loading…
Reference in New Issue