IDEMPIERE-2622 Refresh detail tab on save
This commit is contained in:
parent
15a7173e64
commit
022d3ca910
|
@ -2053,6 +2053,9 @@ public abstract class AbstractADWindowContent extends AbstractUIPart implements
|
||||||
adTabbox.getSelectedGridTab().dataRefreshAll(true, true);
|
adTabbox.getSelectedGridTab().dataRefreshAll(true, true);
|
||||||
adTabbox.getSelectedGridTab().refreshParentTabs();
|
adTabbox.getSelectedGridTab().refreshParentTabs();
|
||||||
statusBar.setStatusLine(statusLine);
|
statusBar.setStatusLine(statusLine);
|
||||||
|
if( adTabbox.getSelectedDetailADTabpanel() != null &&
|
||||||
|
adTabbox.getSelectedDetailADTabpanel().getGridTab() != null )
|
||||||
|
adTabbox.getSelectedDetailADTabpanel().getGridTab().dataRefreshAll(true, true);
|
||||||
}
|
}
|
||||||
if (dirtyTabpanel != null) {
|
if (dirtyTabpanel != null) {
|
||||||
if (dirtyTabpanel == adTabbox.getSelectedDetailADTabpanel())
|
if (dirtyTabpanel == adTabbox.getSelectedDetailADTabpanel())
|
||||||
|
|
Loading…
Reference in New Issue