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
|
|
@ -4,7 +4,6 @@ from .user import UserLiteSerializer
|
|||
from plane.db.models import Notification
|
||||
|
||||
class NotificationSerializer(BaseSerializer):
|
||||
|
||||
triggered_by_details = UserLiteSerializer(read_only=True, source="triggered_by")
|
||||
|
||||
class Meta:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue