Skip to content

`BasePanel` uses `AsyncConnection.prototype.emitEntityChanged` to emit `${entityCode}:changed` event.

Havryliuk Stepan requested to merge feat/BasePanel-emit-change into master

BasePanel uses AsyncConnection.prototype.emitEntityChanged to emit ${entityCode}:changed event. Example: We have a vue based parent control (u-table-entity or tree) and an ext based child form and we want to refresh parent on any child changes.

Edited by Havryliuk Stepan

Merge request reports

Loading