could be collection too

This commit is contained in:
j 2020-01-17 23:33:40 +01:00
parent 98219dd001
commit 34e479dcfc

View file

@ -28,6 +28,7 @@ Ox.Filter = function(options, self) {
.defaults({ .defaults({
findKeys: [], findKeys: [],
list: null, list: null,
listName: Ox._('Smart List'),
sortKeys: [], sortKeys: [],
value: { value: {
conditions: [], conditions: [],
@ -174,7 +175,7 @@ Ox.Filter = function(options, self) {
}) })
], ],
separators: [ separators: [
{title: Ox._('Save as Smart List'), width: 112} {title: Ox._('Save as {0}', [self.options.listName]), width: 112}
] ]
}); });