[DE] Fix Bug 53751

This commit is contained in:
Julia Radzhabova 2021-11-15 21:05:27 +03:00
parent 4942d32dc2
commit 5b24e5a40f

View file

@ -396,7 +396,7 @@ define([
},
showSaveFormTip: function() {
if (!Common.localStorage.getItem("de-hide-saveform-tip") && !this.tipSaveForm) {
if (this.view.btnSaveForm && !Common.localStorage.getItem("de-hide-saveform-tip") && !this.tipSaveForm) {
var me = this;
me.tipSaveForm = new Common.UI.SynchronizeTip({
extCls: 'colored',