IDEMPIERE-3566 shortcut key for process gear (alt + o) don't effect (#396)

This commit is contained in:
Carlos Ruiz 2020-11-21 07:20:42 +01:00 committed by GitHub
parent 530d5e7b9a
commit d44fde9e08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -781,10 +781,6 @@ public class ADWindowToolbar extends FToolbar implements EventListener<Event>
keyEvent.stopPropagation();
if (!btn.isDisabled() && btn.isVisible()) {
Events.sendEvent(btn, new Event(Events.ON_CLICK, btn));
//client side script to close combobox popup
String script = "var w=zk.Widget.$('#" + btn.getUuid()+"'); " +
"zWatch.fire('onFloatUp', w);";
Clients.response(new AuScript(script));
}
}
}