[SSE] Fix Bug 38348
This commit is contained in:
parent
a100e0a15f
commit
cb4d8f76eb
|
@ -222,7 +222,7 @@ define([
|
||||||
},
|
},
|
||||||
|
|
||||||
openPrintSettings: function(type, cmp, format, asUrl) {
|
openPrintSettings: function(type, cmp, format, asUrl) {
|
||||||
if (this.printSettingsDlg) return;
|
if (this.printSettingsDlg && this.printSettingsDlg.isVisible()) return;
|
||||||
if (this.api) {
|
if (this.api) {
|
||||||
this.asUrl = asUrl;
|
this.asUrl = asUrl;
|
||||||
this.downloadFormat = format;
|
this.downloadFormat = format;
|
||||||
|
|
Loading…
Reference in a new issue