Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
OSE
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
open-source
OSE
Commits
faf8eb8d
Commit
faf8eb8d
authored
3 months ago
by
Antony Le Courtes
Browse files
Options
Downloads
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
ec5685e5
f47df84e
No related branches found
No related tags found
No related merge requests found
Pipeline
#35446
passed
3 months ago
Stage: test
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+1
-0
1 addition, 0 deletions
CHANGELOG.md
data/ddl/view/V_TBL_CONTRAT.sql
+2
-2
2 additions, 2 deletions
data/ddl/view/V_TBL_CONTRAT.sql
with
3 additions
and
2 deletions
CHANGELOG.md
+
1
−
0
View file @
faf8eb8d
...
...
@@ -23,6 +23,7 @@
*
Correction d'un bug lors de la suppression de referentiel fonction (#59691)
*
Correction d'un bug sur la gestion des fonctions referentiels parents (#59063)
*
Bug sur l'onglet service avec un utilisateur ayant un rôle avec un périmètre composante (#60291)
*
Renforcement pour limiter la validation ou le refus d'une candidature à sa propre composante uniquement (#60566)
Corrections de bugs
...
...
This diff is collapsed.
Click to expand it.
data/ddl/view/V_TBL_CONTRAT.sql
+
2
−
2
View file @
faf8eb8d
...
...
@@ -192,8 +192,8 @@ SELECT
CASE
WHEN
evh
.
code
IN
(
'contrat-edite'
,
'contrat-signe'
)
THEN
1
ELSE
0
END
edite
,
CASE
WHEN
evh
.
code
IN
(
'contrat-signe'
)
THEN
1
ELSE
0
END
signe
,
COALESCE
(
c
.
debut_validite
,
m
.
date_debut
)
date_debut
,
COALESCE
(
c
.
fin_validite
,
m
.
date_fin
)
date_fin
,
c
.
debut_validite
date_debut
,
c
.
fin_validite
date_fin
,
c
.
histo_creation
date_creation
,
0
cm
,
...
...
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