This website works better with JavaScript.
Home
Help
Sign In
vince
/
gestionnaire-de-taches-simple
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
2 Commits
aa3dd45a74
...
e0902af0e3
Author
SHA1
Message
Date
vincent
e0902af0e3
Merge branch 'master' of caboulot.org:vince/gestionnaire-de-taches-simple
1 week ago
vincent
c7cf49b9ca
composer update
1 week ago
4 changed files
with
217 additions
and
208 deletions
Split View
Diff Options
Show Stats
+207
-207
composer.lock
+1
-0
src/Controller/HomeController.php
+0
-1
src/Entity/User.php
+9
-0
symfony.lock
+ 207
- 207
composer.lock
File diff suppressed because it is too large
View File
+ 1
- 0
src/Controller/HomeController.php
View File
@ -67,6 +67,7 @@ class HomeController extends AbstractController
}
$session
=
$request
->
getSession
();
return
$session
->
has
(
'referer'
)
?
new
RedirectResponse
(
$session
->
get
(
'referer'
),
Response
::
HTTP_TEMPORARY_REDIRECT
)
:
$this
->
redirectToRoute
(
'app_home'
);
}
+ 0
- 1
src/Entity/User.php
View File
@ -195,5 +195,4 @@ class User implements UserInterface
{
return
$this
->
lockedTasks
;
}
}
+ 9
- 0
symfony.lock
View File
@ -1,4 +1,13 @@
{
"doctrine/deprecations": {
"version": "1.1",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "main",
"version": "1.0",
"ref": "87424683adc81d7dc305eefec1fced883084aab9"
}
},
"doctrine/doctrine-bundle": {
"version": "2.12",
"recipe": {
Write
Preview
Loading…
Cancel
Save