Skip to content

Commit 075c1cf

Browse files
authored
Merge pull request #369 from maykinmedia/fix/missing-exposed-attribute
Missing planned_destruction_date field in read endpoint
2 parents e610beb + c341ace commit 075c1cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backend/src/openarchiefbeheer/destruction/api/serializers.py

+1
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,7 @@ class Meta:
295295
"processing_status",
296296
"created",
297297
"status_changed",
298+
"planned_destruction_date",
298299
)
299300

300301

0 commit comments

Comments
 (0)