misc: only update related objects if digest has changed (#89018) #1354

Merged
fpeters merged 1 commits from wip/89018-set-auto-fields-mark-changed-digests into main 2024-04-03 15:09:31 +02:00
Owner
No description provided.
fpeters added 1 commit 2024-04-03 14:44:04 +02:00
gitea/wcs/pipeline/head There was a failure building this commit Details
41a58d4a73
misc: only update related objects if digest has changed (#89018)
fpeters force-pushed wip/89018-set-auto-fields-mark-changed-digests from 41a58d4a73 to 27d197bae0 2024-04-03 14:48:58 +02:00 Compare
fpeters force-pushed wip/89018-set-auto-fields-mark-changed-digests from 27d197bae0 to df99864ada 2024-04-03 14:55:05 +02:00 Compare
fpeters reviewed 2024-04-03 15:04:22 +02:00
@ -30,3 +30,3 @@
self, digest_key='default', group_by=None, with_related_urls=False, with_files_urls=False
):
if self.digests is None:
if not self.digests:
Author
Owner

On peut désormais avoir un dictionnaire vide, pas juste None.

On peut désormais avoir un dictionnaire vide, pas juste None.
fpeters changed title from WIP: misc: only update related objects if digest has changed (#89018) to misc: only update related objects if digest has changed (#89018) 2024-04-03 15:04:29 +02:00
lguerin approved these changes 2024-04-03 15:06:00 +02:00
fpeters merged commit df99864ada into main 2024-04-03 15:09:31 +02:00
fpeters deleted branch wip/89018-set-auto-fields-mark-changed-digests 2024-04-03 15:09:31 +02:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: entrouvert/wcs#1354
No description provided.