begicf/areport

`formaction="tax_delete"` runs into 404 Not found error

Closed this issue · 3 comments

If you delete a taxonomy, a 404 error page dissapears. Is this a expected behaviour because there is no functionality impleted for or is it a bug?

<button formaction="tax_delete" class="btn btn-outline-danger">

I think the formaction is wrong and should be /taxonomy/delete?

fixed in #3

Merged.