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

Correction pb synchro affichage intervenant

parent dbc406b6
No related branches found
No related tags found
No related merge requests found
Pipeline #35682 passed
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
"unicaen/privilege" : "6.2.1", "unicaen/privilege" : "6.2.1",
"unicaen/utilisateur" : "7.0.2", "unicaen/utilisateur" : "7.0.2",
"unicaen/code" : "6.3.0", "unicaen/code" : "6.3.0",
"unicaen/import" : "6.0.5", "unicaen/import" : "6.0.6",
"unicaen/tbl" : "6.2.5", "unicaen/tbl" : "6.2.5",
"unicaen/open-document" : "6.0.10", "unicaen/open-document" : "6.0.10",
"unicaen/siham" : "6.2.0", "unicaen/siham" : "6.2.0",
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "5f8edc2714f74ed7fca3e6e1e0d5d974", "content-hash": "9accc3996ab03b6d67f9cb6c27b04cef",
"packages": [ "packages": [
{ {
"name": "apereo/phpcas", "name": "apereo/phpcas",
...@@ -7644,11 +7644,11 @@ ...@@ -7644,11 +7644,11 @@
}, },
{ {
"name": "unicaen/import", "name": "unicaen/import",
"version": "6.0.5", "version": "6.0.6",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.unicaen.fr/lib/unicaen/import.git", "url": "https://git.unicaen.fr/lib/unicaen/import.git",
"reference": "8c3deaf69891cdefe7984139a9c8320c286654ce" "reference": "f638f0edc86c4803ec45e67ea66ddc3f3080be0e"
}, },
"require": { "require": {
"symfony/console": "^4.4|^5.4|^6.0|^7.0", "symfony/console": "^4.4|^5.4|^6.0|^7.0",
...@@ -7667,7 +7667,7 @@ ...@@ -7667,7 +7667,7 @@
] ]
}, },
"description": "Module d'import de données vers une base Oracle", "description": "Module d'import de données vers une base Oracle",
"time": "2025-01-09T13:06:16+00:00" "time": "2025-02-20T14:50:17+00:00"
}, },
{ {
"name": "unicaen/mail", "name": "unicaen/mail",
......
...@@ -30,7 +30,7 @@ class IntervenantViewHelper extends DifferentielLigne ...@@ -30,7 +30,7 @@ class IntervenantViewHelper extends DifferentielLigne
$this->ligne->get('ANNEE_ID') . '-' . ($this->ligne->get('ANNEE_ID') + 1) $this->ligne->get('ANNEE_ID') . '-' . ($this->ligne->get('ANNEE_ID') + 1)
); );
} else { } else {
$entity = $this->ligne->getEntity(); $entity = $this->ligne->getEntity(Intervenant::class);
/* @var $entity Intervenant */ /* @var $entity Intervenant */
return sprintf( return sprintf(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment