Skip to content

Commit

Permalink
add read key to response
Browse files Browse the repository at this point in the history
  • Loading branch information
folix-01 committed Jul 26, 2024
1 parent b81709c commit 6467b82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/collective/feedback/restapi/services/get.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ def get_single_object_feedbacks(self, uid):
"comment": record._attrs.get("comment", ""),
"title": commented_object.title,
"id": record.intid,
"read": record._attrs.get("read", ""),
}
)

Expand Down

0 comments on commit 6467b82

Please sign in to comment.