remove manual torrent/page relations

This commit is contained in:
ghost 2023-10-12 02:33:43 +03:00
parent 995d4bde54
commit f56f07ac29
4 changed files with 7 additions and 158 deletions

View file

@ -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',
[