fixed filter set (need test)
This commit is contained in:
parent
b83d9c4037
commit
ef59be8abf
@ -92,7 +92,7 @@ tree.Filterset.prototype.toJS = function(env) {
|
||||
}
|
||||
|
||||
var attrs = "data";
|
||||
return attrs + "." + filter.key + " " + op + " " + val;
|
||||
return attrs + "." + filter.key.value + " " + op + " " + val;
|
||||
}).join(' && ');
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user