diff --git a/app/Form/Requests/FormCompileRequest.php b/app/Form/Requests/FormCompileRequest.php index 951edea4..90a175ab 100644 --- a/app/Form/Requests/FormCompileRequest.php +++ b/app/Form/Requests/FormCompileRequest.php @@ -72,7 +72,7 @@ class FormCompileRequest extends Data implements HasContributionData { } $members[] = [ - 'is_leader' => $participant->matchesCondition($participant->form->leader_condition), + 'is_leader' => $participant->matchesCondition($participant->form->leader_conditions), 'gender' => 'weiblich', ...$member, ]; diff --git a/resources/js/views/form/Index.vue b/resources/js/views/form/Index.vue index 3662eea5..0fb216d1 100644 --- a/resources/js/views/form/Index.vue +++ b/resources/js/views/form/Index.vue @@ -115,6 +115,11 @@ +
+ + + +