Merge pull request 'Fix Bug 72286' (#206) from fix/bugfix into release/v8.3.0

This commit is contained in:
Julia Radzhabova
2024-12-24 16:11:15 +00:00
5 changed files with 5 additions and 0 deletions

View File

@ -114,6 +114,7 @@ define([
config && !!config.feedback && !!config.feedback.url ?
window.open(config.feedback.url) :
window.open('{{SUPPORT_URL}}');
Common.NotificationCenter.trigger('edit:complete', this);
}, this));
/** coauthoring begin **/

View File

@ -109,6 +109,7 @@ define([
config && !!config.feedback && !!config.feedback.url ?
window.open(config.feedback.url) :
window.open('{{SUPPORT_URL}}');
Common.NotificationCenter.trigger('edit:complete', this);
}, this));
/** coauthoring begin **/

View File

@ -124,6 +124,7 @@ define([
config && !!config.feedback && !!config.feedback.url ?
window.open(config.feedback.url) :
window.open('{{SUPPORT_URL}}');
Common.NotificationCenter.trigger('edit:complete', this);
}, this));
/** coauthoring begin **/

View File

@ -101,6 +101,7 @@ define([
config && !!config.feedback && !!config.feedback.url ?
window.open(config.feedback.url) :
window.open('{{SUPPORT_URL}}');
Common.NotificationCenter.trigger('edit:complete', this);
}, this));
/** coauthoring begin **/

View File

@ -104,6 +104,7 @@ define([
config && !!config.feedback && !!config.feedback.url ?
window.open(config.feedback.url) :
window.open('{{SUPPORT_URL}}');
Common.NotificationCenter.trigger('edit:complete', this);
}, this));
this.btnChat = new Common.UI.Button({