IDEMPIERE-4661 Fix Password fields show double context "Field Suggestions" (#1351)

This commit is contained in:
Anozi Mada 2022-05-31 17:40:24 +07:00 committed by GitHub
parent 0dd6c2b4a9
commit 3f342449bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -836,7 +836,6 @@ DataStatusListener, IADTabpanel, IdSpace, IFieldEditorContainer
if (popupMenu == null)
{
popupMenu = new WEditorPopupMenu(false, false, false, false, false, false, null);
popupMenu.addSuggestion(field);
}
if (popupMenu != null)
{