From c9d617823d76ecc1539d65f337a6c2e0ad5acf4c Mon Sep 17 00:00:00 2001 From: pertruccio <1328703+pertruccio@users.noreply.github.com> Date: Wed, 16 Nov 2022 15:12:37 +0100 Subject: [PATCH] added disable_notify and location_id (#14619) --- app/Models/Device.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/Models/Device.php b/app/Models/Device.php index e03d36c21f..a79136a7f6 100644 --- a/app/Models/Device.php +++ b/app/Models/Device.php @@ -45,12 +45,14 @@ class Device extends BaseModel 'community', 'cryptoalgo', 'cryptopass', + 'disable_notify', 'features', 'hardware', 'hostname', 'display', 'icon', 'ip', + 'location_id', 'notes', 'os', 'override_sysLocation',