Skip to content

Commit c341ace

Browse files
committed
🐛 Missing planned_destruction_date field in read endpoint
1 parent e610beb commit c341ace

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)