Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
madis
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Soluris
madis
Commits
d6d9d9ae
Commit
d6d9d9ae
authored
1 month ago
by
Théo BOYER
Browse files
Options
Downloads
Patches
Plain Diff
php-cs-fixer
parent
c0dbf6a6
No related branches found
No related tags found
1 merge request
!306
[Ergonomie] Fix Bilan + Calcul dynamique de l'impact potentiel + PDF AIPD + Odre d'éléments traitements + Données Hors UE
Pipeline
#90460
failed
1 month ago
Stage: cache
Stage: tests
Stage: quality-assurance
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/Domain/Reporting/Generator/Word/ConformiteTraitementGenerator.php
+2
-2
2 additions, 2 deletions
...eporting/Generator/Word/ConformiteTraitementGenerator.php
with
2 additions
and
2 deletions
src/Domain/Reporting/Generator/Word/ConformiteTraitementGenerator.php
+
2
−
2
View file @
d6d9d9ae
...
...
@@ -215,10 +215,10 @@ class ConformiteTraitementGenerator extends AbstractGenerator implements Impress
$sensibleDatas
=
[];
$specificTreatments
=
[];
$treatment
->
isLargeScaleCollection
()
?
$specificTreatments
[]
=
'Collecte à large échelle'
:
null
;
$treatment
->
isDataCrossing
()
?
$specificTreatments
[]
=
"
Croisement d
’
ensemble de données
"
:
null
;
$treatment
->
isDataCrossing
()
?
$specificTreatments
[]
=
'
Croisement d
\'
ensemble de données
'
:
null
;
$treatment
->
isAutomatedDecisionsWithLegalEffect
()
?
$specificTreatments
[]
=
'Décision automatique avec effet juridique'
:
null
;
$treatment
->
isEvaluationOrRating
()
?
$specificTreatments
[]
=
'Évaluation ou notation'
:
null
;
$treatment
->
isAutomaticExclusionService
()
?
$specificTreatments
[]
=
"
Exclusion du bénéfice d
’
un droit, d’un service ou contrat
"
:
null
;
$treatment
->
isAutomaticExclusionService
()
?
$specificTreatments
[]
=
'
Exclusion du bénéfice d
\'
un droit, d’un service ou contrat
'
:
null
;
$treatment
->
isVulnerablePeople
()
?
$specificTreatments
[]
=
'Personnes vulnérables'
:
null
;
$treatment
->
isSystematicMonitoring
()
?
$specificTreatments
[]
=
'Surveillance systématique'
:
null
;
$treatment
->
isInnovativeUse
()
?
$specificTreatments
[]
=
'Usage innovant'
:
null
;
...
...
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