remove article drafts (feature moved to new releases)

This commit is contained in:
ghost 2023-10-13 00:26:09 +03:00
parent da1e869be5
commit ea9f7f1589
35 changed files with 9 additions and 4606 deletions

View file

@ -123,7 +123,6 @@ class TorrentController extends AbstractController
$torrent->getId()
)
],
'articles' => [],
'contributors' => $contributors
],
'file' =>
@ -1070,7 +1069,7 @@ class TorrentController extends AbstractController
$torrentSensitive->getId()
);
// Redirect to info article created
// Redirect to info page created
return $this->redirectToRoute(
'torrent_info',
[
@ -1171,7 +1170,7 @@ class TorrentController extends AbstractController
$torrentSensitive->getId()
);
// Redirect to info article created
// Redirect
return $this->redirectToRoute(
'torrent_sensitive_edit',
[
@ -1244,7 +1243,7 @@ class TorrentController extends AbstractController
$torrentSensitive->getId()
);
// Redirect to info article created
// Redirect
return $this->redirectToRoute(
'torrent_sensitive_edit',
[
@ -1323,7 +1322,7 @@ class TorrentController extends AbstractController
);
}
// Redirect to info article created
// Redirect
return $this->redirectToRoute(
'torrent_info',
[