From f4b9361d1654bfa1c68c9ceb6004f6071243a83e Mon Sep 17 00:00:00 2001 From: Gigi Mamaladze Date: Mon, 5 May 2025 16:53:53 +0400 Subject: [PATCH] Fixed FIO issue --- .../views/Symbol-Views/Device-Views/DeviceStatus/view.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SCADA_PERSPECTIVE_PARENT_PROJECT/com.inductiveautomation.perspective/views/Symbol-Views/Device-Views/DeviceStatus/view.json b/SCADA_PERSPECTIVE_PARENT_PROJECT/com.inductiveautomation.perspective/views/Symbol-Views/Device-Views/DeviceStatus/view.json index b646e95..2998733 100644 --- a/SCADA_PERSPECTIVE_PARENT_PROJECT/com.inductiveautomation.perspective/views/Symbol-Views/Device-Views/DeviceStatus/view.json +++ b/SCADA_PERSPECTIVE_PARENT_PROJECT/com.inductiveautomation.perspective/views/Symbol-Views/Device-Views/DeviceStatus/view.json @@ -80,7 +80,7 @@ "meta.visible": { "binding": { "config": { - "expression": "if({parent.custom.state}\u003d1||{parent.custom.covert_mode}||{parent.custom.isMatch}\u003e0,true,false)" + "expression": "true" }, "type": "expr" }