IDEMPIERE-739 Detail tab list not get refreshed corresponding to master page change.

This commit is contained in:
Heng Sin Low 2013-03-27 21:30:12 +08:00
parent 0a07661135
commit c934e661b4
1 changed files with 2 additions and 0 deletions

View File

@ -1458,6 +1458,8 @@ DataStatusListener, IADTabpanel, IdSpace, IFieldEditorContainer
if (!tabPanel.isGridView()) {
tabPanel.switchRowPresentation();
}
} else if (tabPanel != null && !tabPanel.getGridTab().isCurrent()) {
tabPanel.activate(true);
}
}