forked from extern/egroupware
Get to show CC, Bcc field in compose after request of adding mail addresses from AB in case of an already opened mail
This commit is contained in:
parent
80e7ca390c
commit
797143e7e4
@ -489,6 +489,10 @@ app.classes.mail = AppJS.extend(
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if (content['cc'] || content['bcc'])
|
||||||
|
{
|
||||||
|
this.compose_cc_expander();
|
||||||
|
}
|
||||||
return success;
|
return success;
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user