[COMPONENTS][Left][CONTROLLER][EditFeeds] Add missing action and method to <form>

This commit is contained in:
Hugo Sales 2021-12-01 12:44:56 +00:00 committed by Diogo Peralta Cordeiro
parent b7fe924bdd
commit 74bab8e7aa
Signed by: diogo
GPG Key ID: 18D2D35001FBFAB0
2 changed files with 2 additions and 1 deletions

View File

@ -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')) {

View File

@ -7,7 +7,7 @@
{% block body %}
<div class="section-widget section-widget-padded">
<form class="section-form">
<form class="section-form" action="{{ path('edit_feeds') }}" method="post">
<fieldset>
<legend class="section-form-legend">{{ "Edit feed navigation links" | trans }}</legend>