gitlab-org--gitlab-foss/app/models/concerns
Douglas Barbosa Alexandre 100e3e7601 Fix sorting issues/mrs by votes on the 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.
2016-03-21 17:01:38 -03:00
..
case_sensitivity.rb
internal_id.rb Dry destroy action on issuables 2016-03-19 21:24:05 +01:00
issuable.rb Fix sorting issues/mrs by votes on the groups page 2016-03-21 17:01:38 -03:00
mentionable.rb
milestoneish.rb Restrict access for confidential issues on milestone view 2016-03-17 20:55:59 -03:00
notifiable.rb
participable.rb
referable.rb
sortable.rb
strip_attribute.rb
subscribable.rb Improving the original label-subscribing implementation 2016-03-15 18:22:02 +01:00
taskable.rb
token_authenticatable.rb