Fixed missing update for new DAL structure
Other values were updated in 5e5e649c28 but this was missing from that commit.
This commit is contained in:
@@ -1312,7 +1312,7 @@ class Scheduler(MetaScheduler):
|
||||
have all fields == None
|
||||
|
||||
"""
|
||||
from gluon.dal import Query
|
||||
from gluon.dal.objects import Query
|
||||
sr, st = self.db.scheduler_run, self.db.scheduler_task
|
||||
if isinstance(ref, (int, long)):
|
||||
q = st.id == ref
|
||||
|
||||
Reference in New Issue
Block a user