Since when do server-side edits to fields (e.g. Plugin or Workflow) come back after Save and trigger the on-change of those fields on the form?
Is there any documentation of this? Anyway to stop it?
Example:
This is a simplified/odd example... but it raises an issue that now JS that was only meant to respond to User action is actually now also responding to server-side action... but only when the Update is initiated by a User on a Form. It's very unexpected, inconsistent.