Fix issues in the Delegate Invitation dialog
This commit is contained in:
parent
2172ad293f
commit
c350c1ebbf
2 changed files with 3 additions and 2 deletions
|
@ -1319,7 +1319,8 @@ rcube_libcalendaring.itip_delegate_dialog = function(callback, selector)
|
|||
width: 460,
|
||||
open: function(event, ui) {
|
||||
$(this).parent().find('button:not(.ui-dialog-titlebar-close)').first().addClass('mainaction');
|
||||
$(this).find('#itip-saveto').val('');
|
||||
$(this).find('#itip-saveto').val('')
|
||||
.click(function(e) { e.stopPropagation(); }) // fixes a bug on click (in Elastic)
|
||||
|
||||
// initialize autocompletion
|
||||
var ac_props, rcm = rcmail.is_framed() ? parent.rcmail : rcmail;
|
||||
|
|
|
@ -142,7 +142,7 @@ class libcalendaring extends rcube_plugin
|
|||
'statusorganizer', 'statusaccepted', 'statusdeclined',
|
||||
'statusdelegated', 'statusunknown', 'statusneeds-action',
|
||||
'statustentative', 'statuscompleted', 'statusin-process',
|
||||
'delegatedto', 'delegatedfrom', 'showmore'
|
||||
'delegatedto', 'delegatedfrom', 'showmore', 'savein'
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue