beremiz
Clone
Summary
Browse
Changes
Graph
OPC-UA: Update CTN "ChangesToSave" status when variable selection change.
wxPython4
2022-11-11, Edouard Tisserant
d10a7907fb43
OPC-UA: Update CTN "ChangesToSave" status when variable selection change.
- fixes changes not being saved when no other changes happening to configuration
- added CTNMarkModified to ConfigTreeNode in order to generalize
# -*- coding: utf-8 -*-
# See COPYING.Runtime file for copyrights details.
def _(x):
"""No translation"""
return x
Broken = _("Broken")
Started = _("Started")
Stopped = _("Stopped")
Disconnected = _("Disconnected")
Empty = _("Empty")