IDEMPIERE 369 - Master Detail Improvements. Fixed layout issue for non-split form view.
This commit is contained in:
parent
9a87cca423
commit
df52c4281f
|
@ -419,7 +419,7 @@ public class CompositeADTabbox extends AbstractADTabbox
|
|||
activateDetailADTabpanel();
|
||||
}
|
||||
|
||||
headerTab.setDetailPaneMode(false, isUseVflexForDetailPane());
|
||||
headerTab.setDetailPaneMode(false, true);
|
||||
|
||||
updateBreadCrumb();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue