Zones are deleted when their parent Monitor is
This commit is contained in:
parent
7ced617db2
commit
b86c3f1e43
|
@ -71,7 +71,7 @@ class Monitor extends AppModel {
|
|||
'Zone' => array(
|
||||
'className' => 'Zone',
|
||||
'foreignKey' => 'MonitorId',
|
||||
'dependent' => false,
|
||||
'dependent' => true,
|
||||
'conditions' => '',
|
||||
'fields' => '',
|
||||
'order' => '',
|
||||
|
|
Loading…
Reference in New Issue