Skip to content

Commit

Permalink
Add UID to the metadata for summaries, for example related items.
Browse files Browse the repository at this point in the history
Fixes #1585
  • Loading branch information
mauritsvanrees committed Feb 16, 2023
1 parent e0f9441 commit b12a6d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
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

0 comments on commit b12a6d1

Please sign in to comment.