Ignition Version 8.1.44 - Perspective
Current Use:
I am using the TagBrowseTree's extension function, filterBrowseNode, to only return tags with history.
from com.inductiveautomation.ignition.common.tags.browsing import NodeAttribute
return node.attributes.contains(NodeAttribute("history")) or node.hasChildren()
Issue:
The TagBrowseTree currently shows empty folders in the tag browser.
Goal:
Continue to filter the tree to only show tags with history, but only shows folders that contain tags with history.
Any suggests are greatly appreciated, thanks!