fix: issue pagination listing (#5029)
This commit is contained in:
parent
af51992eba
commit
825b2f26bf
1 changed files with 1 additions and 0 deletions
|
|
@ -91,6 +91,7 @@ class IssueManager(models.Manager):
|
|||
| models.Q(issue_inbox__status=2)
|
||||
| models.Q(issue_inbox__isnull=True)
|
||||
)
|
||||
.filter(state__is_triage=False)
|
||||
.exclude(archived_at__isnull=False)
|
||||
.exclude(project__archived_at__isnull=False)
|
||||
.exclude(is_draft=True)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue