Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
lib
unicaen
auth
Commits
11b459fd
Commit
11b459fd
authored
Jan 11, 2016
by
David Surville
Browse files
Problème d'affichage du nouveau profil
parent
c3bcb1e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/UnicaenAuth/Controller/UtilisateurController.php
View file @
11b459fd
...
...
@@ -30,7 +30,7 @@ class UtilisateurController extends AbstractActionController
if
(
$addFlashMessage
)
{
$this
->
flashMessenger
()
->
addSuccessMessage
(
sprintf
(
"Vous endossez à présent le profil utilisateur <strong>%s</strong>."
,
$this
->
getAuthUserContextService
()
->
getSelectedIdentityRole
()));
$this
->
getAuthUserContextService
()
->
getSelectedIdentityRole
()
->
getRoleId
()
));
}
$viewModel
=
new
\
Zend\View\Model\ViewModel
();
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment