mirror of https://gitee.com/bigwinds/arangodb
fixed issue #2005
This commit is contained in:
parent
c8923c1021
commit
ee65a1a375
|
@ -414,6 +414,8 @@
|
||||||
// add those filters also to the collection
|
// add those filters also to the collection
|
||||||
self.collection.addFilter(f.attribute, f.operator, f.value);
|
self.collection.addFilter(f.attribute, f.operator, f.value);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
self.rerender();
|
||||||
},
|
},
|
||||||
|
|
||||||
addFilterItem: function () {
|
addFilterItem: function () {
|
||||||
|
|
Loading…
Reference in New Issue