mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Set default priority toolbar action to normal in compose dialog
This commit is contained in:
parent
13af54802f
commit
bd56119d38
@ -4241,7 +4241,7 @@ app.classes.mail = AppJS.extend(
|
||||
}
|
||||
else if (action_event && toolbar.options)
|
||||
{
|
||||
var regex = new RegExp(toolbar.options.actions[action_event.id]['value'],'ig');
|
||||
var regex = new RegExp(toolbar.options.actions[action_event.id]['value']||'normal','ig');
|
||||
jQuery(widget.options.select_options).each(function(_i,_a){
|
||||
|
||||
if (_a.label.match(regex))
|
||||
|
Loading…
Reference in New Issue
Block a user