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
|
@ -924,6 +924,8 @@ public class CompositeADTabbox extends AbstractADTabbox
|
|||
Executions.schedule(tabPanel.getDesktop(), e -> {
|
||||
invalidateTabPanel(tabPanel);
|
||||
}, new Event("onPostActivateDetail", tabPanel));
|
||||
} else {
|
||||
invalidateTabPanel(tabPanel);
|
||||
}
|
||||
} else {
|
||||
invalidateTabPanel(tabPanel);
|
||||
|
|
Loading…
Reference in New Issue