Skip to content
Snippets Groups Projects
Commit facc1ab2 authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

Le report des heures de l'année précédente vers l'année en cours actualise...

Le report des heures de l'année précédente vers l'année en cours actualise maintenant automatiquement la feuille de route de l'intervenant
parent fb1c50d8
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,7 @@ author: Laurent Lécluse - DSI - Unicaen
## Corrections de bugs
* Les intervenants peuvent maintenant avoir un code composé de lettres, plus seulement de chiffres
* Le report des heures de l'année précédente vers l'année en cours actualise maintenant automatiquement la feuille de route de l'intervenant
#OSE 7.0.3
......
No preview for this file type
No preview for this file type
No preview for this file type
......@@ -369,6 +369,7 @@ class ServiceController extends AbstractController
{
$intervenant = $this->getEvent()->getParam('intervenant');
$this->getServiceService()->setPrevusFromPrevus($intervenant);
$this->updateTableauxBord($intervenant);
$errors = [];
return compact('errors');
......@@ -380,6 +381,7 @@ class ServiceController extends AbstractController
{
$intervenant = $this->getEvent()->getParam('intervenant');
$this->getServiceService()->setPrevusFromAgenda($intervenant);
$this->updateTableauxBord($intervenant);
return new MessengerViewModel();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment