From 3936165a0e17e02dc3f9c92be5a6a1e221082a6f Mon Sep 17 00:00:00 2001 From: fsociety Date: Fri, 25 Oct 2024 13:14:03 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20fix(association):=20update=20con?= =?UTF-8?q?dition=20to=20check=20association=20status=20for=20meetup=20but?= =?UTF-8?q?ton=20visibility?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/pages/association/project-support/index.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/pages/association/project-support/index.blade.php b/resources/views/pages/association/project-support/index.blade.php index c0cf27b..792d76d 100644 --- a/resources/views/pages/association/project-support/index.blade.php +++ b/resources/views/pages/association/project-support/index.blade.php @@ -96,7 +96,7 @@ $delete = function ($id) { - @if($currentPleb && $currentPleb->status > 2) + @if($currentPleb && $currentPleb->association_status->value > 2) @endif @@ -199,7 +199,7 @@ $delete = function ($id) { :href="route('association.projectSupport.edit', ['projectProposal' => $project])" label="Editieren"/> @endif - @if($currentPleb && $currentPleb->status > 2) + @if($currentPleb && $currentPleb->association_status->value > 2)