Update symbols #169

Merged
ilia.gurielidze merged 6 commits from beka-4 into main 2025-08-26 19:29:02 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 1311781b96 - Show all commits

View File

@ -318,7 +318,7 @@
"component": { "component": {
"onActionPerformed": { "onActionPerformed": {
"config": { "config": {
"script": "\tself.session.custom.searchId \u003d \"\"\n\tself.session.custom.deviceSearchId \u003d \"\"\n\tsystem.perspective.closePopup(id \u003d \"TagSearch\")" "script": "\tconfig.project_config.reset_highlights(self)"
}, },
"scope": "G", "scope": "G",
"type": "script" "type": "script"

View File

@ -80,7 +80,7 @@ def reset_highlights(self):
# 2. Close popup and docks # 2. Close popup and docks
system.perspective.closePopup(id="TagSearch") system.perspective.closePopup(id="TagSearch")
for dock_id in ["Docked-East-VFD", "Docked-East-MCM", "Docked-East-SNP"]: for dock_id in ["Docked-East-VFD", "Docked-East-MCM", "Docked-East-SNP", "Docked-East-EPC", "Docked-East-DS", "Docked-East-Extendo", "Docked-East-BTN", "Docked-East-SS-BTN"]:
system.perspective.closeDock(dock_id) system.perspective.closeDock(dock_id)
# 3. Trigger CLEAR state via navigate to same view # 3. Trigger CLEAR state via navigate to same view