chore: issue and project details in activity (#1747)
* chore: issue and project details in activity * dev: update capture log
This commit is contained in:
parent
a66a0680df
commit
e73a4bef4e
5 changed files with 6 additions and 5 deletions
|
|
@ -1190,7 +1190,7 @@ class WorkspaceUserActivityEndpoint(BaseAPIView):
|
|||
workspace__slug=slug,
|
||||
project__project_projectmember__member=request.user,
|
||||
actor=user_id,
|
||||
).select_related("actor", "workspace")
|
||||
).select_related("actor", "workspace", "issue", "project")
|
||||
|
||||
if projects:
|
||||
queryset = queryset.filter(project__in=projects)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue