We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
I am also having the same issue. I am using it within a namespace /admin/
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: