Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Libriciel
web-DPO
Commits
36e77aee
Commit
36e77aee
authored
Jun 13, 2019
by
Théo GUILLON
Browse files
Correction : Afichage des information de lentité en session
parent
bc181007
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/Controller/FichesController.php
View file @
36e77aee
...
...
@@ -331,7 +331,7 @@ class FichesController extends AppController
$organisation
=
$this
->
Organisation
->
find
(
'first'
,
[
'conditions'
=>
[
'id'
=>
1
'id'
=>
$this
->
Session
->
read
(
'Organisation.id'
)
],
'fields'
=>
[
'raisonsociale'
,
...
...
@@ -349,8 +349,8 @@ class FichesController extends AppController
'telephoneresponsable'
,
'fonctionresponsable'
,
'dpo'
,
'numerodpo'
,
]
,
'numerodpo'
]
]);
//On récupére le DPO de la collectivité
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment