mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-26 04:41:41 +02:00
Fix sieve rules edit dialog loses its matches field value after re-opening the entry
This commit is contained in:
parent
15c72f284f
commit
bb5157d338
@ -253,6 +253,7 @@ class mail_sieve
|
|||||||
case 'reject':
|
case 'reject':
|
||||||
$content['action_reject_text'] = $rules['action_arg'];
|
$content['action_reject_text'] = $rules['action_arg'];
|
||||||
}
|
}
|
||||||
|
$content['anyof'] = $rules['anyof'] != 0?1:0;
|
||||||
}
|
}
|
||||||
else // Adding new rule
|
else // Adding new rule
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user