integrate revision 11218
Fix zkwebui: Second tab must not enable history button Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2923033 Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2923033
This commit is contained in:
parent
b33b62490b
commit
ea9d9fb36b
|
@ -988,6 +988,16 @@ public abstract class AbstractADWindowPanel extends AbstractUIPart implements To
|
|||
}
|
||||
|
||||
toolbar.enablePrint(curTab.isPrinted());
|
||||
|
||||
if (gridWindow.isTransaction() && isFirstTab())
|
||||
{
|
||||
toolbar.enableHistoryRecords(true);
|
||||
}
|
||||
else
|
||||
{
|
||||
toolbar.enableHistoryRecords(false);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue