This commit is contained in:
jedi 2024-04-26 16:12:58 +02:00
parent 0e78ac4d5b
commit 7ef40324ba

View file

@ -256,12 +256,13 @@ Your c3lf (Cloakroom + Lost&Found) Team'''.format(active_issue_thread.short_uuid
notify_subject = active_issue_thread.name[:47] + "..."
else:
notify_subject = active_issue_thread.name
eventslug = target_event.slug if target_event else "37C3" # TODO 37C3 should not be hardcoded
if new:
notification = f"""New issue \"{active_issue_thread.name}\" [{active_issue_thread.short_uuid()}] created
see https://{PRIMARY_HOST}/{target_event.slug}/ticket/{active_issue_thread.short_uuid.id}/"""
see https://{PRIMARY_HOST}/{eventslug}/ticket/{active_issue_thread.short_uuid.id}/"""
else:
notification = f"""Reply to issue \"{active_issue_thread.name}\" [{active_issue_thread.short_uuid()}]
see https://{PRIMARY_HOST}/{target_event.slug}/ticket/{active_issue_thread.short_uuid.id}/"""
see https://{PRIMARY_HOST}/{eventslug}/ticket/{active_issue_thread.short_uuid.id}/"""
return email, new, reply, notification