diff options
author | Douglas Barbosa Alexandre <dbalexandre@gmail.com> | 2016-03-21 17:01:38 -0300 |
---|---|---|
committer | Douglas Barbosa Alexandre <dbalexandre@gmail.com> | 2016-03-21 17:01:38 -0300 |
commit | 100e3e7601dd4d3033cd8292814273dd0354722e (patch) | |
tree | 4071b582ebc05f8b75dc95b26a9248750a292117 /CHANGELOG | |
parent | 355d3119fdeb29d2d5a9764364e1e864c05f79c1 (diff) | |
download | gitlab-ce-100e3e7601dd4d3033cd8292814273dd0354722e.tar.gz |
Fix sorting issues/mrs by votes on the groups pagefix-sorting-by-votes-on-groups-page
The `non_archived` scope applied here
https://gitlab.com/gitlab-org/gitlab-ce/blob/master/app/controllers/conc
erns/issues_action.rb#L5 overrides the previous `ORDER BY` applied
inside the IssuesFinder, with the default scope of the Project model,
resulting in SQL errors.
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index 20a21abfb69..dc3188e3f6c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -62,6 +62,7 @@ v 8.6.0 (unreleased) - Canceled builds are now ignored in compound build status if marked as `allowed to fail` - Trigger a todo for mentions on commits page - Let project owners and admins soft delete issues and merge requests + - Fix sorting issues by votes on the groups issues page results in SQL errors v 8.5.8 - Bump Git version requirement to 2.7.4 |