Commit aaac6d01acda00ac142129c3781c9b48e47e85b9
Exists in
theme-brasil-digital-from-staging
and in
9 other branches
Merge branch 'keep_filters_after_close_tasks' into production
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
app/helpers/task_helper.rb
| @@ -11,7 +11,6 @@ module TaskHelper | @@ -11,7 +11,6 @@ module TaskHelper | ||
| 11 | end | 11 | end |
| 12 | 12 | ||
| 13 | def task_action action | 13 | def task_action action |
| 14 | - require 'debugger'; debugger | ||
| 15 | base_url = { action: action } | 14 | base_url = { action: action } |
| 16 | url_for(base_url.merge(filter_params)) | 15 | url_for(base_url.merge(filter_params)) |
| 17 | end | 16 | end |