mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-04-01 01:25:39 +00:00
remove manual torrent/page relations
This commit is contained in:
parent
995d4bde54
commit
f56f07ac29
4 changed files with 7 additions and 158 deletions
|
|
@ -325,7 +325,7 @@ class TorrentController extends AbstractController
|
|||
$torrent->getId()
|
||||
);
|
||||
|
||||
// Redirect to info article created
|
||||
// Redirect to info page
|
||||
return $this->redirectToRoute(
|
||||
'torrent_info',
|
||||
[
|
||||
|
|
@ -519,7 +519,7 @@ class TorrentController extends AbstractController
|
|||
$torrentLocales->getId()
|
||||
);
|
||||
|
||||
// Redirect to info article created
|
||||
// Redirect to info page
|
||||
return $this->redirectToRoute(
|
||||
'torrent_info',
|
||||
[
|
||||
|
|
@ -622,7 +622,7 @@ class TorrentController extends AbstractController
|
|||
$torrentLocales->getId()
|
||||
);
|
||||
|
||||
// Redirect to info article created
|
||||
// Redirect back to form
|
||||
return $this->redirectToRoute(
|
||||
'torrent_locales_edit',
|
||||
[
|
||||
|
|
@ -695,7 +695,7 @@ class TorrentController extends AbstractController
|
|||
$torrentLocales->getId()
|
||||
);
|
||||
|
||||
// Redirect to info article created
|
||||
// Redirect back to form
|
||||
return $this->redirectToRoute(
|
||||
'torrent_locales_edit',
|
||||
[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue