Skip to content

**BREAKING** Refreshing of one row in Ext grid after edition now implemented in connection.on('entity:changed')

Pavel Mashliakovskiy requested to merge fix/preventBasePanelRefreshOnChange into master

BREAKING EntityGidPanel store is NOT passed as store into doCommand, so not accessible from BasePanel. Refreshing of one row in Ext grid after edition now implemented in connection.on('entity:changed'); new parameter ubConfig.uiSettings.adminUI.smartExtGridRefresh

Merge request reports