From 097f1c7fc163f89d144bd2f1c79854ecc056ab2d Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Tue, 7 Dec 2021 19:57:04 +0300 Subject: [PATCH] [DE forms] Fix Bug 54317 --- .../documenteditor/forms/app/controller/ApplicationController.js | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/documenteditor/forms/app/controller/ApplicationController.js b/apps/documenteditor/forms/app/controller/ApplicationController.js index 4731a0c8e..5d2f7638d 100644 --- a/apps/documenteditor/forms/app/controller/ApplicationController.js +++ b/apps/documenteditor/forms/app/controller/ApplicationController.js @@ -108,6 +108,7 @@ define([ Common.Gateway.on('init', this.loadConfig.bind(this)); Common.Gateway.on('opendocument', this.loadDocument.bind(this)); Common.Gateway.on('showmessage', this.onExternalMessage.bind(this)); + Common.NotificationCenter.on('showmessage', this.onExternalMessage.bind(this)); Common.Gateway.appReady(); }