Rapsys Git
/
airbundle
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e9a8cf
)
Rename user bundle route alias
author
Raphaël Gertz
<git@rapsys.eu>
Thu, 7 Mar 2024 18:02:38 +0000
(19:02 +0100)
committer
Raphaël Gertz
<git@rapsys.eu>
Thu, 7 Mar 2024 18:02:38 +0000
(19:02 +0100)
Controller/UserController.php
patch
|
blob
|
history
diff --git
a/Controller/UserController.php
b/Controller/UserController.php
index 510ae33e66065abe36ddbdad8bd9dfea282a7a43..bd28a54d72fd1a030ec730855bb92b15070dfdd8 100644
(file)
--- a/
Controller/UserController.php
+++ b/
Controller/UserController.php
@@
-640,6
+640,6
@@
class UserController extends BaseUserController {
}
//Redirect to user
- return $this->redirectToRoute('rapsys
_
user_edit', ['mail' => $short = $this->slugger->short($user->getMail()), 'hash' => $this->slugger->hash($short)]);
+ return $this->redirectToRoute('rapsysuser_edit', ['mail' => $short = $this->slugger->short($user->getMail()), 'hash' => $this->slugger->hash($short)]);
}
}