From 6dce95f0498166a7bcb749c6cda9ca750444a239 Mon Sep 17 00:00:00 2001 From: Salijoghli <107577102+Salijoghli@users.noreply.github.com> Date: Thu, 28 Aug 2025 15:56:47 +0400 Subject: [PATCH] removed print statements from the search script and gave the cursor:pointer to the reset rotation click button --- .../views/autStand/PopUp-Views/Detail-View-Filter/view.json | 2 +- .../script-python/autStand/config/project_config/code.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/PopUp-Views/Detail-View-Filter/view.json b/BNA8/com.inductiveautomation.perspective/views/autStand/PopUp-Views/Detail-View-Filter/view.json index 3f8d8f16..3837aab9 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/PopUp-Views/Detail-View-Filter/view.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/PopUp-Views/Detail-View-Filter/view.json @@ -1124,7 +1124,7 @@ "props": { "path": "material/cached", "style": { - "cursor": "painter" + "cursor": "pointer" } }, "type": "ia.display.icon" diff --git a/BNA8/ignition/script-python/autStand/config/project_config/code.py b/BNA8/ignition/script-python/autStand/config/project_config/code.py index 8b7f1aca..5dcca902 100644 --- a/BNA8/ignition/script-python/autStand/config/project_config/code.py +++ b/BNA8/ignition/script-python/autStand/config/project_config/code.py @@ -50,7 +50,6 @@ def get_project_config(): if isinstance(tag_props, list) and len(tag_props) > 0: source_id = str(tag_props[0]) global_project_page_ids[source_id] = view_folder - system.perspective.print("Found: {} -> {}".format(source_id, view_folder)) except: whid = system.tag.readBlocking("Configuration/FC")[0].value