new work item query for related tasks

This commit is contained in:
Helmut Merz 2012-11-28 16:28:31 +01:00
parent 4aeea61ed0
commit c4fa89f3b0

View file

@ -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.
""" """