diff --git a/o2web/source/x_component_process_TaskCenter/Main.js b/o2web/source/x_component_process_TaskCenter/Main.js index 7c45e41920c8482ae9fb505f2a62f26575bcbf1f..4c9cb1a4bee4fe97998339e9248da62391c8dc4d 100644 --- a/o2web/source/x_component_process_TaskCenter/Main.js +++ b/o2web/source/x_component_process_TaskCenter/Main.js @@ -52,7 +52,7 @@ MWF.xApplication.process.TaskCenter.Main = new Class({ this.openTab(); if (callback) callback(); - if (!layout.userLayout.gotoWorkcenterConfirm) this.gotoWorkcenterComfirm(); + if (layout.userLayout && !layout.userLayout.gotoWorkcenterConfirm && !layout.mobile) this.gotoWorkcenterComfirm(); }, gotoWorkcenterComfirm: function(){ var _self = this;