IDEMPIERE-769 Problem with pinion button in the toolbar with sort tabs.
This commit is contained in:
parent
554603f296
commit
17c3f08137
|
@ -1219,9 +1219,14 @@ public abstract class AbstractADWindowContent extends AbstractUIPart implements
|
||||||
|
|
||||||
//Deepak-Enabling customize button IDEMPIERE-364
|
//Deepak-Enabling customize button IDEMPIERE-364
|
||||||
if(!(adTabbox.getSelectedTabpanel() instanceof ADSortTab))
|
if(!(adTabbox.getSelectedTabpanel() instanceof ADSortTab))
|
||||||
|
{
|
||||||
toolbar.enableCustomize(((ADTabpanel)adTabbox.getSelectedTabpanel()).isGridView());
|
toolbar.enableCustomize(((ADTabpanel)adTabbox.getSelectedTabpanel()).isGridView());
|
||||||
else
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
toolbar.enableCustomize(false);
|
toolbar.enableCustomize(false);
|
||||||
|
toolbar.enableProcessButton(false);
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue