fix: created_by notifications (#1534)
* chore: add triggered by details for notifications * dev: update issue activity json to include extra fields * dev: remove unused imports and improve the filtering * dev: fix unread filter * dev: fix created_by none when updating the field
This commit is contained in:
parent
0a56a30ab2
commit
090870b03e
5 changed files with 10 additions and 6 deletions
|
|
@ -28,7 +28,6 @@ class IssueManager(models.Manager):
|
|||
| models.Q(issue_inbox__status=2)
|
||||
| models.Q(issue_inbox__isnull=True)
|
||||
)
|
||||
.filter(archived_at__isnull=True)
|
||||
.exclude(archived_at__isnull=False)
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue