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
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue