1003394 Failed to Process "setAttr" error when opening User window. Hide zk client side error from end user. IDEMPIERE-1506
This commit is contained in:
parent
033d138181
commit
4fd8b7d079
|
@ -11,6 +11,13 @@ Copyright (C) 2007 Ashley G Ramdass.
|
|||
<?link rel="stylesheet" type="text/css" href="${themeStyleSheetByBrowser}"?>
|
||||
<?link rel="stylesheet" type="text/css" href="css/PAPanel.css"?>
|
||||
<zk>
|
||||
<script>
|
||||
zk.afterLoad(function() {
|
||||
zk._Erbx.push = function(msg) {
|
||||
if (console) console.log(msg);
|
||||
}
|
||||
});
|
||||
</script>
|
||||
<include src="${themePreference}"/>
|
||||
<window use="org.adempiere.webui.AdempiereWebUI"/>
|
||||
</zk>
|
||||
|
|
Loading…
Reference in New Issue