Skip to content
Snippets Groups Projects
Commit 723d8a93 authored by Thong Kuah's avatar Thong Kuah
Browse files

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 !17318
parents 7785ec07 74b6e84f
No related branches found
No related tags found
1 merge request!17318Don't preload list_user_preferences for now
Pipeline #83339822 failed
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment