[DE] Fix Bug 42323
This commit is contained in:
parent
7dafac9d33
commit
730620bf94
|
@ -464,7 +464,7 @@ define(['text!documenteditor/main/app/template/WatermarkSettings.template',
|
|||
data.push({value: item});
|
||||
});
|
||||
this.cmbText.setData(data);
|
||||
this.cmbText.setValue(data[0].value);
|
||||
(data.length>0) && this.cmbText.setValue(data[0].value);
|
||||
},
|
||||
|
||||
insertFromUrl: function() {
|
||||
|
|
|
@ -145,6 +145,12 @@
|
|||
"cwd": "../apps/documenteditor/main/locale/",
|
||||
"src": "*",
|
||||
"dest": "../deploy/web-apps/apps/documenteditor/main/locale/"
|
||||
},
|
||||
{
|
||||
"expand": true,
|
||||
"cwd": "../apps/documenteditor/main/resources/watermark",
|
||||
"src": "*",
|
||||
"dest": "../deploy/web-apps/apps/documenteditor/main/resources/watermark"
|
||||
}
|
||||
],
|
||||
"help": [
|
||||
|
|
Loading…
Reference in a new issue