Open gsaly opened 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.
I am also having the same issue. I am using it within a namespace /admin/
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.