Merge remote-tracking branch 'origin/feature/Back' into feature/Back
This commit is contained in:
commit
0e5fb02d64
@ -25,15 +25,17 @@ class CommandesType extends AbstractType
|
||||
'class' => Clients::class,
|
||||
'choice_label' => 'id',
|
||||
'multiple' => true,
|
||||
'expanded' => true,
|
||||
])
|
||||
->add('plats', EntityType::class, [
|
||||
'class' => Plats::class,
|
||||
'choice_label' => 'id',
|
||||
'multiple' => true,
|
||||
'expanded' => true,
|
||||
])
|
||||
->add('StatutCommande', EntityType::class, [
|
||||
'class' => StatutCommandes::class,
|
||||
'choice_label' => 'id',
|
||||
'choice_label' => 'libelle',
|
||||
])
|
||||
;
|
||||
}
|
||||
|
@ -27,6 +27,7 @@ class ReservationsType extends AbstractType
|
||||
'class' => Utilisateurs::class,
|
||||
'choice_label' => 'id',
|
||||
'multiple' => true,
|
||||
'expanded' => true,
|
||||
])
|
||||
;
|
||||
}
|
||||
|
@ -19,11 +19,13 @@ class TablesType extends AbstractType
|
||||
'class' => Clients::class,
|
||||
'choice_label' => 'id',
|
||||
'multiple' => true,
|
||||
'expanded' => true,
|
||||
])
|
||||
->add('utilisateurs', EntityType::class, [
|
||||
'class' => Utilisateurs::class,
|
||||
'choice_label' => 'id',
|
||||
'multiple' => true,
|
||||
'expanded' => true,
|
||||
])
|
||||
;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user