Project

General

Profile

« Previous | Next » 

Revision 82bd6993

Added by Mikaël Ates about 10 years ago

agenda: act comment does not exist anymore.

View differences:

calebasse/agenda/models.py
523 523
        def save(*args, **kwargs):
524 524
            act.save = old_save
525 525
            old_save(*args, **kwargs)
526
            act.comment = self.description
527 526
            act.doctors = (participant.worker for participant in self.participants.all())
528 527
            last_validation_state = ActValidationState.objects.create(
529 528
                    act=act, state_name='NON_VALIDE',

Also available in: Unified diff