same problem. The culprit is the Issuable concern, which adds a opened scope that only includes 'opened' state (not 'reopened'). The issue might be solved by changing the scope from:
However, this scope is used A LOT in many controllers & contexts, so the change might affect large chunks of the app (did not run the tests yet to see if they pass).
Another option (what i did locally) is to create a new scope and use it in IssuesListContext instead of the regular one.
By Administrator on 2013-04-02T08:38:49 (imported from GitLab project)
By Administrator on 2013-04-02T08:38:49 (imported from GitLab)