diff --git a/src/agenda_culturel/models.py b/src/agenda_culturel/models.py index ab03bc8..fa43df0 100644 --- a/src/agenda_culturel/models.py +++ b/src/agenda_culturel/models.py @@ -1572,8 +1572,8 @@ class Event(models.Model): def update(self, other, all): - # do not update if all is false - if other.has_pending_organisers() and not all: + # integrate pending organisers + if other.has_pending_organisers(): self.organisers.set(other.pending_organisers) # set attributes