Merge branch '673-fix-sort-by-weight' into 'master'
Fix Error 500 occuring when sorting merge requests by "More weight" or "Less weight" This MR moves weight scopes & sort methods to `Issue`. This ensure `MergeRequest` won't try to sort by weight, which would fail since it doesn't have weight. It also show the "sort by weight" links only when in the context of issues. See merge request !483
Showing
Please register or sign in to comment