Commit 74b6e84f authored by Ash McKenzie's avatar Ash McKenzie Committed by Thong Kuah

Don't preload list_user_preferences for now

parent 7785ec07
...@@ -23,7 +23,6 @@ class List < ApplicationRecord ...@@ -23,7 +23,6 @@ class List < ApplicationRecord
scope :preload_associations, -> (user) do scope :preload_associations, -> (user) do
preload(:board, label: :priorities) preload(:board, label: :priorities)
.with_preferences_for(user)
end end
scope :ordered, -> { order(:list_type, :position) } scope :ordered, -> { order(:list_type, :position) }
......
---
title: Fix missing board lists when other users collapse / expand the list
merge_request: 17318
author:
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment