berk / will_filter

rails engine plugin for filtering active_record model objects
MIT License
157 stars 76 forks source link

Routing Error with the "save filter" button #54

Open gsaly opened 10 years ago

gsaly commented 10 years ago

After adding a filter condition and when i click on the "Save filter" button, i am getting a Routing Error : No route matches [GET] "/null"

In the URI, my controller name is not set and is replaced by "null" like this: http://localhost:5000/null?utf8=%E2%9C%93&wf_id=&wf_type=UserFilter&wf_dirty=false&wf_submitted=true&wf_name=&wf_model=User&wf_export_format=&wf_export_fields=&wf_match=all&wf_order=id&wf_order_type=desc&wf_per_page=30.

Thans i davanced for any help to solve this error.

davingee commented 10 years ago

I am also having the same issue. I am using it within a namespace /admin/