Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2019-09-20 09:06:19 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2019-09-20 09:06:19 +0300
commit7e20809103e1f9c0c96c3a96705224c81bf448d5 (patch)
treeafc4e940a8b9e865aa95d406f2c52f47c232a8fd /app
parenta264dc20c7b1f9bf7863a2a8048324d28aafaac0 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app')
-rw-r--r--app/models/list.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/models/list.rb b/app/models/list.rb
index 84c63f3fd6f..b4a4631b397 100644
--- a/app/models/list.rb
+++ b/app/models/list.rb
@@ -23,7 +23,6 @@ class List < ApplicationRecord
scope :preload_associations, -> (user) do
preload(:board, label: :priorities)
- .with_preferences_for(user)
end
scope :ordered, -> { order(:list_type, :position) }