From d2f89e7762adee4caea07ee5b5ffd7f31f8a2e03 Mon Sep 17 00:00:00 2001 From: Marco Glietsch Date: Tue, 1 Nov 2022 14:18:04 +0100 Subject: [PATCH] =?UTF-8?q?Anmeldeformular=20f=C3=BCr=20Helferfest=20angep?= =?UTF-8?q?asst?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bei Anzahl der Kinder ist jetzt als Standardwert 0 hinterlegt --- app/Http/Controllers/ContactController.php | 1 + deploy.rexpfd | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 deploy.rexpfd diff --git a/app/Http/Controllers/ContactController.php b/app/Http/Controllers/ContactController.php index fa1572cd..ad5a9f29 100644 --- a/app/Http/Controllers/ContactController.php +++ b/app/Http/Controllers/ContactController.php @@ -263,6 +263,7 @@ class ContactController extends ExtendedController public function subscribeHelperParty(Request $request) { $formdata = new SubscribeYouthFireFighter(); + $formdata->countChildren = 0; $view = view("inc.contact.subscribeHelperParty"); $view->with('url', $this->route); $view->with('formdata', $formdata); diff --git a/deploy.rexpfd b/deploy.rexpfd new file mode 100644 index 00000000..f04412de --- /dev/null +++ b/deploy.rexpfd @@ -0,0 +1,8 @@ + + + + + + + +