IDEMPIERE-4514 Grid View Layout Bug (#339)
Fix NPE Co-authored-by: Carlos Ruiz <carg67@gmail.com>
This commit is contained in:
parent
c13dcc1d60
commit
2c5362ec1f
|
@ -923,7 +923,9 @@ public class CompositeADTabbox extends AbstractADTabbox
|
|||
if (tabPanel.getDesktop() != null) {
|
||||
Executions.schedule(tabPanel.getDesktop(), e -> {
|
||||
invalidateTabPanel(tabPanel);
|
||||
}, new Event("onPostActivateDetail", tabPanel));
|
||||
}, new Event("onPostActivateDetail", tabPanel));
|
||||
} else {
|
||||
invalidateTabPanel(tabPanel);
|
||||
}
|
||||
} else {
|
||||
invalidateTabPanel(tabPanel);
|
||||
|
|
Loading…
Reference in New Issue