Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions news/1585.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Add `UID` to the metadata for summaries, for example related items.
[maurits]
1 change: 1 addition & 0 deletions src/plone/restapi/serializer/summary.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ def default_metadata_fields(self):
"description",
"review_state",
"title",
"UID",
}

def field_accessors(self):
Expand Down