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
cc9c65fc
Commit
cc9c65fc
authored
Jun 13, 2019
by
Théo GUILLON
Browse files
Merge branch '158-modification-du-dpo' into 'master'
Resolve "Modification du DPO" See merge request web-DPO/web-DPO!169
parents
bc181007
36e77aee
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/Controller/FichesController.php
View file @
cc9c65fc
...
...
@@ -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
Supports
Markdown
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