log->warn
This commit is contained in:
parent
498d73b05c
commit
f516109009
|
@ -2062,9 +2062,9 @@ define([
|
|||
Common.UI.LayoutManager.applyCustomization();
|
||||
if (this.appOptions.customization && (typeof (this.appOptions.customization) == 'object')) {
|
||||
if (this.appOptions.customization.leftMenu!==undefined)
|
||||
console.log("Obsolete: The 'leftMenu' parameter of the 'customization' section is deprecated. Please use 'leftMenu' parameter in the 'customization.layout' section instead.");
|
||||
console.warn("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.log("Obsolete: The 'rightMenu' parameter of the 'customization' section is deprecated. Please use 'rightMenu' parameter in the 'customization.layout' section instead.");
|
||||
console.warn("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