forked from 0x2620/pandora
smart lists
This commit is contained in:
parent
8aafc4f0b9
commit
7a4bab0e84
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ class List(models.Model):
|
|||
self.query = {"static":True}
|
||||
self.type = 'static'
|
||||
else:
|
||||
self.type = 'dynamic'
|
||||
self.type = 'smart'
|
||||
if self.query.get('static', False):
|
||||
self.query = {}
|
||||
elif key == 'status':
|
||||
|
|
Loading…
Reference in a new issue