DAK Zweitmeinungs-Portal – Case Management & Reporting
Find a file
CCS Admin 1bedbcf243 fix: resolve TypeError in disclosure revoke due to naive/aware datetime comparison
PyMySQL returns naive datetimes from MySQL DATETIME columns, but
revoke_disclosure() compared them with timezone-aware datetime.now(timezone.utc),
causing an unhandled TypeError (not caught by except ValueError) and a 500 error.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-27 07:57:59 +00:00
backend fix: resolve TypeError in disclosure revoke due to naive/aware datetime comparison 2026-02-27 07:57:59 +00:00
deploy feat: add Passenger app.js for Plesk deployment 2026-02-24 08:55:47 +00:00
docs/plans feat: add inline report viewer with 5-tab sheet display 2026-02-26 22:57:35 +00:00
frontend fix: correct double /api/ prefix in report download URL 2026-02-26 23:10:12 +00:00
.gitignore feat: add avatar upload/delete endpoints with static file serving 2026-02-26 09:39:21 +00:00
Dak_projekt_spezifikation_final.md feat: project scaffolding with FastAPI, config, database connection 2026-02-24 07:24:00 +00:00