Skip to content

AsyncConnection.prototype.emitEntityChanged method added

Pavlo Mashliakovskiy requested to merge feature/emitChangedForUnity into master

UTableEntity & UForm uses AsyncConnection.prototype.emitEntityChanged to emit ${entityCode}:changed event. emitEntityChanged method emit ${entityCode}:changed event and, in case entity has a unity mixin - emit also ${minixs.unity.entity}:changed.

This allows to refresh, for example, a uba_subject table in case uba_user is edited.

Merge request reports

Loading