From d8ccd1cdfa94854840bd0ff6ce48c48efe9006e8 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Fri, 19 Dec 2025 16:47:11 -0500 Subject: [PATCH] Fix Monitor=>Frame in associations --- web/api/app/Model/EventData.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/api/app/Model/EventData.php b/web/api/app/Model/EventData.php index 5650a31bd..ae88f2b7e 100644 --- a/web/api/app/Model/EventData.php +++ b/web/api/app/Model/EventData.php @@ -110,7 +110,7 @@ class EventData extends AppModel { 'fields' => '', 'order' => '' ), - 'Monitor' => array( + 'Frame' => array( 'className' => 'Frame', 'foreignKey' => 'FrameId', 'conditions' => '',