Skip to content

Commit

Permalink
👌 [#397] PR Feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
SilviaAmAm authored and svenvandescheur committed Oct 25, 2024
1 parent 9a824b4 commit 32877e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/openarchiefbeheer/destruction/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ def create_report_zaak(self) -> None:
attach_report_to_zaak(destruction_list, store)

def clear_local_metadata(self) -> None:
self.items.filter(status=ListItemStatus.suggested).update(extra_zaak_data={})
self.items.update(extra_zaak_data={})


class DestructionListItem(models.Model):
Expand Down

0 comments on commit 32877e9

Please sign in to comment.