Commit 723d8a93 authored by Thong Kuah's avatar Thong Kuah

Merge branch '32390-some-board-lists-missing-for-some-users-minimal' into 'master'

Don't preload list_user_preferences for now

Closes #32390

See merge request gitlab-org/gitlab!17318
parents 7785ec07 74b6e84f
......@@ -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) }
......
---
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