resources er uit gesloopt
linter / quality (push) Failing after 1m4s
tests / ci (8.3) (push) Failing after 49s
tests / ci (8.4) (push) Failing after 1m5s
tests / ci (8.5) (push) Failing after 1m5s

This commit is contained in:
Daan Meijer
2026-06-23 17:56:40 +02:00
parent ae925c7173
commit 8d95e4ee53
15 changed files with 28 additions and 225 deletions
@@ -2,7 +2,6 @@
namespace App\Http\Controllers;
use App\Http\Resources\DynamicResource;
use App\Models\Dynamic;
use App\Models\User;
use Illuminate\Foundation\Auth\Access\AuthorizesRequests;
@@ -45,9 +44,9 @@ class ParticipantController extends Controller
->get();
return Inertia::render('Dynamics/Participants/Show', [
'dynamic' => new DynamicResource($dynamic),
'dynamic' => $dynamic,
'participant' => [
'id' => $user->id,
'id' => $user->uuid,
'name' => $user->name,
'display_name' => $participant->pivot->display_name,
'role' => $participant->pivot->role,