IDEMPIERE-739 Detail tab list not get refreshed corresponding to master page change.
This commit is contained in:
parent
0a07661135
commit
c934e661b4
|
@ -1458,6 +1458,8 @@ DataStatusListener, IADTabpanel, IdSpace, IFieldEditorContainer
|
||||||
if (!tabPanel.isGridView()) {
|
if (!tabPanel.isGridView()) {
|
||||||
tabPanel.switchRowPresentation();
|
tabPanel.switchRowPresentation();
|
||||||
}
|
}
|
||||||
|
} else if (tabPanel != null && !tabPanel.getGridTab().isCurrent()) {
|
||||||
|
tabPanel.activate(true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue