We'd like to get more information about the following info events:
I think they have to do with information templates - we have one for the shown protocol that edits param descriptions - but I am not completely sure.
Hi Alex,
These information events get generated when editing element-level overrides for parameter descriptions. These are stored in a description.xml file that goes with the element. The changes are made through notifyDataMiner type 127 / NT_UPDATE_DESCRITPION_XML. From the UI, these changes can be made from the element card hamburger menu > parameter names.
In this case, the changes were made from a QAction in a protocol. "Edited by SCRIPTING:dmaid/eid" has a reference to the element, from where you can locate the protocol involved.
These information events cannot be disabled.
If the protocol makes the same change for every element, it might be interesting to look into using a protocol-wide information template instead.