fix time opts in listTasks
This commit is contained in:
parent
28386ee4d3
commit
a8f629b6c3
1 changed files with 3 additions and 0 deletions
|
|
@ -8726,6 +8726,9 @@ class RootExports(object):
|
|||
['createdAfter', 'create_time', '>'],
|
||||
['startedBefore', 'start_time', '<'],
|
||||
['startedAfter', 'start_time', '>'],
|
||||
['completeBefore', 'completion_time', '<'],
|
||||
['completeAfter', 'completion_time', '>'],
|
||||
# and a couple aliases for api compat:
|
||||
['completedBefore', 'completion_time', '<'],
|
||||
['completedAfter', 'completion_time', '>'],
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue