mirror of
https://github.com/miniflux/v2.git
synced 2025-07-02 16:38:37 +00:00
Currently, removing a feed from `/category/{id}/feeds` redirects incorrectly to `/feeds`. This change fixes it so that removing a feed will now correctly redirect to `/category/{id}/feeds`. Removing a feed from `/feeds` is unaffected and will work as it does currently. To fix this, a new UI endpoint `/category/{categoryID}/feed/{feedID}/remove` is added and a corresponding handler method to validate and perform the removal from DB. |
||
---|---|---|
.. | ||
enclosure_media_controls.html | ||
entry_pagination.html | ||
feed_list.html | ||
feed_menu.html | ||
item_meta.html | ||
layout.html | ||
pagination.html | ||
settings_menu.html |