mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
Make sure content has at least an empty object
This commit is contained in:
parent
ae101a28c4
commit
11ba189bd0
@ -6267,7 +6267,7 @@ app.classes.mail = AppJS.extend(
|
|||||||
},
|
},
|
||||||
title: this.egw.lang("Predefined addresses for compose"),
|
title: this.egw.lang("Predefined addresses for compose"),
|
||||||
buttons: buttons,
|
buttons: buttons,
|
||||||
value:{content:prefs},
|
value:{content:prefs || {}},
|
||||||
minWidth: 410,
|
minWidth: 410,
|
||||||
template: egw.webserverUrl+'/mail/templates/default/predefinedAddressesDialog.xet?',
|
template: egw.webserverUrl+'/mail/templates/default/predefinedAddressesDialog.xet?',
|
||||||
resizable: false,
|
resizable: false,
|
||||||
|
Loading…
Reference in New Issue
Block a user