forked from torrust/torrust-index-gui
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: [torrust#601] bug in tags and categories filters
Going back with the browser button in the torrent list page produces an URL with a param like this "tagFilters=os" when the previous filters only contain sone item. That can be interpreted as a flat option or an array with one element. The application was applying the first option and the index-api-lib package expects the tagFilters to be always an array of strings. Same for categoryFilters. This only happended using the "back" buttom.
- Loading branch information
1 parent
de44e47
commit 94a07e0
Showing
1 changed file
with
26 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters