console warn->log
This commit is contained in:
parent
f79e2b7b43
commit
d7731ff53e
|
@ -2074,9 +2074,9 @@ define([
|
|||
Common.UI.LayoutManager.applyCustomization();
|
||||
if (this.appOptions.customization && (typeof (this.appOptions.customization) == 'object')) {
|
||||
if (this.appOptions.customization.leftMenu!==undefined)
|
||||
console.warn("Obsolete: The 'leftMenu' parameter of the 'customization' section is deprecated. Please use 'leftMenu' parameter in the 'customization.layout' section instead.");
|
||||
console.log("Obsolete: The 'leftMenu' parameter of the 'customization' section is deprecated. Please use 'leftMenu' parameter in the 'customization.layout' section instead.");
|
||||
if (this.appOptions.customization.rightMenu!==undefined)
|
||||
console.warn("Obsolete: The 'rightMenu' parameter of the 'customization' section is deprecated. Please use 'rightMenu' parameter in the 'customization.layout' section instead.");
|
||||
console.log("Obsolete: The 'rightMenu' parameter of the 'customization' section is deprecated. Please use 'rightMenu' parameter in the 'customization.layout' section instead.");
|
||||
}
|
||||
promise = this.getApplication().getController('Common.Controllers.Plugins').applyUICustomization();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue