mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
Fix mail compose notification not working
This commit is contained in:
parent
69a3da94e3
commit
e0e3565208
@ -4227,7 +4227,7 @@ app.classes.mail = AppJS.extend(
|
||||
*/
|
||||
compose_submitAction: function (_action)
|
||||
{
|
||||
var action_widget = ['to_infolog','to_tracker','priority'];
|
||||
var action_widget = ['to_infolog','to_tracker','disposition','priority'];
|
||||
var toolbar = this.et2.getWidgetById('composeToolbar');
|
||||
for(var i=0;action_widget.length>i;i++)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user