IDEMPIERE-4855 Records of Tab level 2 disappear in particular case. (#751)
* IDEMPIERE-4855 Records of Tab level 2 disappear in particular case.
This commit is contained in:
parent
3af91f69c1
commit
a5c52e1a0b
|
@ -1401,6 +1401,11 @@ public abstract class AbstractADWindowContent extends AbstractUIPart implements
|
|||
if (value != newTabpanel)
|
||||
{
|
||||
newTabpanel.query();
|
||||
if (newTabpanel instanceof ADTabpanel)
|
||||
{
|
||||
ADTabpanel adtabpanel = (ADTabpanel) newTabpanel;
|
||||
Events.echoEvent(ADTabpanel.ON_POST_INIT_EVENT, adtabpanel, null);
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue