chore: issue and project details in activity (#1747)

* chore: issue and project details in activity

* dev: update capture log
This commit is contained in:
Nikhil 2023-08-01 17:03:19 +05:30 committed by GitHub
parent a66a0680df
commit e73a4bef4e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 5 deletions

View file

@ -140,7 +140,7 @@ class UserActivityEndpoint(BaseAPIView, BasePaginator):
def get(self, request):
try:
queryset = IssueActivity.objects.filter(actor=request.user).select_related(
"actor", "workspace"
"actor", "workspace", "issue", "project"
)
return self.paginate(