Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Go to link on search page is broken #230

Open
MrGecko opened this issue Nov 9, 2020 · 0 comments
Open

Go to link on search page is broken #230

MrGecko opened this issue Nov 9, 2020 · 0 comments
Labels

Comments

@MrGecko
Copy link
Contributor

MrGecko commented Nov 9, 2020

Describe the bug
The Go to link on the search page is broken when one of the filter is set to None

AttributeError: 'NoneType' object has no attribute 'replace'

The faulty line in app/utils/forms.py", line 65, in column_search_filter:

value = value.replace('¤$¤', '*')

To Reproduce
Steps to reproduce the behavior:

  1. Go to the search page
  2. Click on the Go to link

Expected behavior
The empty filter should be ignored earlier in the search algorithm

@MrGecko MrGecko added the bug label Nov 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant