Fix email-Destinatär document linking and add email delete

- When manually assigning an email to a Destinatär, also update
  associated DokumentLink records so attachments appear in the
  Destinatär's Dokumente tab
- Add email delete functionality (view, URL, buttons in list and detail)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
SysAdmin Agent
2026-03-12 07:57:25 +00:00
parent 8c528308bd
commit f4fc512ad3
5 changed files with 49 additions and 4 deletions

View File

@@ -89,6 +89,7 @@ from .geschichte import ( # noqa: F401
kalender_api_events,
email_eingang_list,
email_eingang_detail,
email_eingang_delete,
email_eingang_poll_trigger,
)