Added: rainloop.user filters to sieve script

This commit is contained in:
djmaze 2021-01-20 10:10:59 +01:00
parent 76bc8aa107
commit c7d6426c88
5 changed files with 260 additions and 13 deletions

View file

@ -64,6 +64,7 @@ class FilterConditionModel extends AbstractModel {
toJson() {
return {
// '@Object': 'Object/FilterCondition',
Field: this.field(),
Type: this.type(),
Value: this.value(),