Compare commits

..

1 Commits

Author SHA1 Message Date
Frédéric Péters 34586959a3 general: add journal app (#86632)
gitea/chrono/pipeline/head This commit looks good Details
2024-04-23 14:31:58 +02:00
1 changed files with 0 additions and 5 deletions

View File

@ -2490,11 +2490,6 @@ class MultipleAgendasEventsCheckLock(APIView):
for event in events:
event.async_refresh_booking_computed_times()
message = (
_('marked event %(event)s as locked for checks')
if check_locked
else _('unmarked event %(event)s as locked for checks')
)
for event in events:
audit(
'check:lock' if check_locked else 'check:unlock',