mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-27 09:09:04 +01:00
Let vacation popup window stays open if there is an error while saving
This commit is contained in:
parent
aa4128ad6e
commit
3bf554b986
@ -626,7 +626,7 @@ class mail_sieve
|
|||||||
$response = egw_json_response::get();
|
$response = egw_json_response::get();
|
||||||
$response->call('app.mail.mail_callRefreshVacationNotice',$this->mailbo->profileID);
|
$response->call('app.mail.mail_callRefreshVacationNotice',$this->mailbo->profileID);
|
||||||
egw_framework::refresh_opener($msg, 'mail','edit');
|
egw_framework::refresh_opener($msg, 'mail','edit');
|
||||||
if ($button === 'apply') break;
|
if ($button === 'apply' || $this->bosieve->error !=="") break;
|
||||||
}
|
}
|
||||||
|
|
||||||
case 'cancel':
|
case 'cancel':
|
||||||
|
Loading…
Reference in New Issue
Block a user