mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
Calendar - make sure everything closes after you click 'Ignore conflict' on the popup after using quick event add
This commit is contained in:
parent
2a0415561d
commit
4058d0f659
@ -1448,6 +1448,10 @@ class calendar_uiforms extends calendar_ui
|
||||
$this->edit();
|
||||
}
|
||||
|
||||
/**
|
||||
* Get conflict dialog via ajax. Used by quick add.
|
||||
*
|
||||
*/
|
||||
public function ajax_conflicts()
|
||||
{
|
||||
$participants = json_decode($_GET['participants'],true);
|
||||
@ -1470,7 +1474,7 @@ class calendar_uiforms extends calendar_ui
|
||||
);
|
||||
}
|
||||
$content['participants'] = $participants;
|
||||
$content['button'] = array('apply' => true);
|
||||
$content['button'] = array('save' => true);
|
||||
return $this->process_edit($content);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user