From 9ebf48da35695535e2fd840a677400d12a8b6077 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Thu, 26 Feb 2026 07:22:31 -0500 Subject: [PATCH] Add Create to canEdit --- web/includes/Monitor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/includes/Monitor.php b/web/includes/Monitor.php index ed2f4890c..8d593e92d 100644 --- a/web/includes/Monitor.php +++ b/web/includes/Monitor.php @@ -911,7 +911,7 @@ class Monitor extends ZM_Object { return false; } } - return ($u['Monitors'] == 'Edit'); + return ($u['Monitors'] == 'Edit' || $u['Monitors'] == 'Create'); } function canView($u=null) {