Skip to content

Commit b12a6d1

Browse files
Add UID to the metadata for summaries, for example related items.
Fixes #1585
1 parent e0f9441 commit b12a6d1

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

news/1585.feature

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Add `UID` to the metadata for summaries, for example related items.
2+
[maurits]

src/plone/restapi/serializer/summary.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ def default_metadata_fields(self):
2121
"description",
2222
"review_state",
2323
"title",
24+
"UID",
2425
}
2526

2627
def field_accessors(self):

0 commit comments

Comments
 (0)