new work item query for related tasks
This commit is contained in:
parent
4aeea61ed0
commit
c4fa89f3b0
1 changed files with 1 additions and 1 deletions
|
@ -288,7 +288,7 @@ class TaskWorkItems(BaseWorkItemsView, ConceptView):
|
||||||
return sorted(self.query(**criteria), key=lambda x: x.track.timeStamp)
|
return sorted(self.query(**criteria), key=lambda x: x.track.timeStamp)
|
||||||
|
|
||||||
|
|
||||||
class RelatedTaskWorkItems(TaskWorkItems):
|
class RelatedTaskWorkItems(AllWorkItems):
|
||||||
""" Show work items for all instances of a concept type assigned to
|
""" Show work items for all instances of a concept type assigned to
|
||||||
the query as query target.
|
the query as query target.
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Add table
Reference in a new issue