Skip to content

Commit

Permalink
kleine aanpassing in een shift
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrodevog committed Oct 16, 2023
1 parent 472cf25 commit a8bcef7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions module/CalendarBundle/Controller/Admin/CalendarController.php
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,8 @@ public function templateAction()
$shiftForm->getHydrator()->hydrate($data)
);

$data['nb_volunteers'] = 2;
$data['nb_volunteers_min'] = 1;
$data['start_date'] = $endDate . ' 00:15';
$data['end_date'] = $endDate . ' 01:00';
$data['reward'] = 1;
Expand All @@ -225,6 +227,8 @@ public function templateAction()

$data['name'] = 'Opbouwen';
$data['description'] = 'Wat tafels en stoelen klaar zetten voor de cantus';
$data['nb_volunteers'] = 4;
$data['nb_volunteers_min'] = 3;
$data['start_date'] = $startDate . ' 19:00';
$data['end_date'] = $startDate . ' 20:00';

Expand Down

0 comments on commit a8bcef7

Please sign in to comment.