IDEMPIERE-4368 Allow Define Default Saved Query for User / fix problem with recent items and zoom (#176)

This commit is contained in:
Carlos Ruiz 2020-07-21 14:14:54 +02:00 committed by GitHub
parent cc76e63d85
commit be063cbd1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -386,7 +386,7 @@ public abstract class AbstractADWindowContent extends AbstractUIPart implements
toolbar.updateToolbarAccess(adWindowId);
updateToolbar();
if (toolbar.initDefaultQuery()) {
if (query == null && toolbar.initDefaultQuery()) {
doOnQueryChange();
}