Skip to content

Tasks - preserve filter params

If you have a filter param passed by get in TasksController#index and perform a task by post, the params were lost. So, the protected method redirect_with_filters was created. It check if some filter exists and preserve them.

Merge request reports