IDEMPIERE-4368 Allow Define Default Saved Query for User / fix problem with recent items and zoom (#176)
This commit is contained in:
parent
cc76e63d85
commit
be063cbd1e
|
@ -386,7 +386,7 @@ public abstract class AbstractADWindowContent extends AbstractUIPart implements
|
||||||
|
|
||||||
toolbar.updateToolbarAccess(adWindowId);
|
toolbar.updateToolbarAccess(adWindowId);
|
||||||
updateToolbar();
|
updateToolbar();
|
||||||
if (toolbar.initDefaultQuery()) {
|
if (query == null && toolbar.initDefaultQuery()) {
|
||||||
doOnQueryChange();
|
doOnQueryChange();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue