photo-upload und ansicht im admin gefixt

This commit is contained in:
Codex Agent
2025-12-16 16:19:23 +01:00
parent 9e4e9a0d87
commit 0aae494945
4 changed files with 174 additions and 6 deletions

View File

@@ -2789,6 +2789,7 @@ class EventPublicController extends BaseController
$photoId = DB::table('photos')->insertGetId([
'event_id' => $eventId,
'tenant_id' => $tenantModel->id,
'task_id' => $validated['task_id'] ?? null,
'guest_name' => $validated['guest_name'] ?? $deviceId,
'file_path' => $url,