mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
Do not continue on checking mail filemode if there's no attachments data
This commit is contained in:
parent
bc9e252da9
commit
60190338d5
@ -4967,6 +4967,7 @@ app.classes.mail = AppJS.extend(
|
|||||||
*/
|
*/
|
||||||
check_sharing_filemode: function(_node, _widget)
|
check_sharing_filemode: function(_node, _widget)
|
||||||
{
|
{
|
||||||
|
if (this.et2.getArrayMgr('content').getEntry('no_griddata')) return;
|
||||||
if (!_widget) _widget = this.et2.getWidgetById('filemode');
|
if (!_widget) _widget = this.et2.getWidgetById('filemode');
|
||||||
|
|
||||||
var extended_settings = _widget.get_value() != 'attach' && this.egw.app('stylite');
|
var extended_settings = _widget.get_value() != 'attach' && this.egw.app('stylite');
|
||||||
|
Loading…
Reference in New Issue
Block a user