Skip to content
Snippets Groups Projects

Correction bug ajout de typeFormation bug

Merged Florian Joriot requested to merge cherry-pick-2df89819 into master
4 files
+ 45
6
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -308,6 +308,13 @@ return [
],
'action' => 'saisie',
],
'ajout' => [
'route' => '/ajout/:groupeTypeFormation',
'constraints' => [
'typeFormation' => '[0-9]*',
],
'action' => 'ajout',
],
'supprimer' => [
'route' => '/supprimer/:typeFormation',
'constraints' => [
@@ -550,7 +557,7 @@ return [
],
[
'controller' => TypeFormationController::class,
'action' => ['saisie', 'supprimer', 'saisieGroupe', 'supprimerGroupe', "trier"],
'action' => ['saisie', 'ajout', 'supprimer', 'saisieGroupe', 'supprimerGroupe', "trier"],
'privileges' => [Privileges::ODF_TYPE_FORMATION_EDITION],
],
],
Loading