[COMPONENTS][Left][CONTROLLER][EditFeeds] Add missing action and method to <form>
This commit is contained in:
parent
b7fe924bdd
commit
74bab8e7aa
|
@ -109,6 +109,7 @@ class EditFeeds extends Controller
|
||||||
throw new RedirectException();
|
throw new RedirectException();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO fix orderings when removing
|
||||||
// Remove feed
|
// Remove feed
|
||||||
foreach ($form_definitions as [$field, $type, $opts]) {
|
foreach ($form_definitions as [$field, $type, $opts]) {
|
||||||
if (str_ends_with($field, '-url')) {
|
if (str_ends_with($field, '-url')) {
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
{% block body %}
|
{% block body %}
|
||||||
<div class="section-widget section-widget-padded">
|
<div class="section-widget section-widget-padded">
|
||||||
<form class="section-form">
|
<form class="section-form" action="{{ path('edit_feeds') }}" method="post">
|
||||||
|
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<legend class="section-form-legend">{{ "Edit feed navigation links" | trans }}</legend>
|
<legend class="section-form-legend">{{ "Edit feed navigation links" | trans }}</legend>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user