Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
OSE
Manage
Activity
Members
Labels
Plan
Wiki
Redmine
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
open-source
OSE
Commits
bd67fcf6
Commit
bd67fcf6
authored
5 months ago
by
Laurent Lecluse
Browse files
Options
Downloads
Patches
Plain Diff
Correction pb synchro affichage intervenant
parent
dbc406b6
No related branches found
No related tags found
No related merge requests found
Pipeline
#35682
passed
5 months ago
Stage: test
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
composer.json
+1
-1
1 addition, 1 deletion
composer.json
composer.lock
+4
-4
4 additions, 4 deletions
composer.lock
module/Application/src/View/Helper/Import/IntervenantViewHelper.php
+1
-1
1 addition, 1 deletion
...lication/src/View/Helper/Import/IntervenantViewHelper.php
with
6 additions
and
6 deletions
composer.json
+
1
−
1
View file @
bd67fcf6
...
@@ -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"
,
...
...
This diff is collapsed.
Click to expand it.
composer.lock
+
4
−
4
View file @
bd67fcf6
...
@@ -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": "
8c3deaf69891cdefe7984139a9c8320c286654c
e"
"reference": "
f638f0edc86c4803ec45e67ea66ddc3f3080be0
e"
},
},
"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-0
1-09T13:06
:1
6
+00:00"
"time": "2025-0
2-20T14:50
:1
7
+00:00"
},
},
{
{
"name": "unicaen/mail",
"name": "unicaen/mail",
...
...
This diff is collapsed.
Click to expand it.
module/Application/src/View/Helper/Import/IntervenantViewHelper.php
+
1
−
1
View file @
bd67fcf6
...
@@ -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
(
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment