Type: Bug
When use pagination on admin/budgets/N/budget_investments after "Select/unselect" a budget investment appear the following error:

Use pagination on admin/budgets/N/budget_investments after "Select/unselect" a budget investment without generate an error. 馃
admin/budgets/N/budget_investments 
A possible fix would be to change the line in app/views/admin/budget_investments/toggle_selection.js.erb so it doesn't re-render all investments but only the one which has just been selected (a similar implementation can be found in app/views/admin/legislation/proposals/toggle_selection.js.erb). The line currently reads $("#investments").html('<%= j render("admin/budget_investments/investments") %>');.
Hello dear @decabeza
I am working to solve this issue, will make a pull request in a short time.
thank you.
I have made a pull request to this problem, my fork had 3 failing tests which are not related to this issue and are not passing the test suite as result, is that okay?
This issue considered closed?