From 74bab8e7aa96ae79b7394b7fdd8218951504402e Mon Sep 17 00:00:00 2001 From: Hugo Sales Date: Wed, 1 Dec 2021 12:44:56 +0000 Subject: [PATCH] [COMPONENTS][Left][CONTROLLER][EditFeeds] Add missing action and method to
--- components/Left/Controller/EditFeeds.php | 1 + components/Left/templates/left/edit_feeds.html.twig | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/components/Left/Controller/EditFeeds.php b/components/Left/Controller/EditFeeds.php index 5c4402d24e..ae024e7db6 100644 --- a/components/Left/Controller/EditFeeds.php +++ b/components/Left/Controller/EditFeeds.php @@ -109,6 +109,7 @@ class EditFeeds extends Controller throw new RedirectException(); } + // TODO fix orderings when removing // Remove feed foreach ($form_definitions as [$field, $type, $opts]) { if (str_ends_with($field, '-url')) { diff --git a/components/Left/templates/left/edit_feeds.html.twig b/components/Left/templates/left/edit_feeds.html.twig index a51356ac68..1d4ef1473a 100644 --- a/components/Left/templates/left/edit_feeds.html.twig +++ b/components/Left/templates/left/edit_feeds.html.twig @@ -7,7 +7,7 @@ {% block body %}
- +
{{ "Edit feed navigation links" | trans }}