In IssuesController#show, "To issues list"-link drops all filters
Created by: ahti
When viewing an issue from a filtered issue list, and then clicking the "To issues list"-link, the user is back at an unfilitered list.
I think it would be a good user-experience to remember the filters in the session, and then use a get parameter on the "To issues list"-link which tells the controller to get the filters from the session.