Revision 36d6d03e
Added by Benjamin Dauvergne over 12 years ago
calebasse/agenda/views.py | ||
---|---|---|
201 | 201 |
nb_acts_annul_famille, nb_acts_abs_ess_pps, |
202 | 202 |
nb_acts_enf_hosp) = \ |
203 | 203 |
automated_validation(self.date, self.service, |
204 |
request.user, commit = False) |
|
205 |
#TODO: call confirmation pop-up |
|
204 |
request.user) |
|
206 | 205 |
elif 'unlock-all' in request.POST: |
207 | 206 |
#TODO: check that the user is authorized |
208 | 207 |
unlock_all_acts_of_the_day(self.date) |
Also available in: Unified diff
add confirmation dialog to the automatic validation button, fixes #1886