fix title for user work items: use query title
This commit is contained in:
parent
33687724bd
commit
30a7d430d7
1 changed files with 4 additions and 0 deletions
|
@ -342,6 +342,10 @@ class PersonWorkItems(BaseWorkItemsView, ConceptView):
|
|||
|
||||
class UserWorkItems(PersonWorkItems):
|
||||
|
||||
@Lazy
|
||||
def title(self):
|
||||
return self.adapted.title
|
||||
|
||||
def listWorkItems(self):
|
||||
criteria = self.getCriteria()
|
||||
p = getPersonForUser(self.context, self.request)
|
||||
|
|
Loading…
Add table
Reference in a new issue