Vacation filter improvements

New Pgp encrypt/sign popup
This commit is contained in:
RainLoop Team 2015-08-07 00:54:47 +04:00
parent c99a46a118
commit 723c2ac6b8
21 changed files with 470 additions and 27 deletions

View file

@ -195,7 +195,7 @@
}
if (Enums.FiltersAction.Vacation === this.actionType() &&
('' === this.actionValueFourth() || -1 === this.actionValueFourth().indexOf('@'))
'' !== this.actionValueFourth() && -1 === this.actionValueFourth().indexOf('@')
)
{
this.actionValueFourth.error(true);