Closed myieye closed 2 weeks ago
This stack of pull requests is managed by Graphite. Learn more about stacking.
Join @myieye and the rest of your teammates on Graphite
75 testsβ Β±0βββ75 :white_check_mark: Β±0βββ5s :stopwatch: Β±0s 13 suites Β±0ββββ0 :zzz: Β±0β β1 filesββ Β±0ββββ0 :x: Β±0β
Results for commit dbbd5794.βΒ± Comparison against base commit 6a5a04df.
:recycle: This comment has been updated with latest results.
TL;DR
Fixed project member visibility to include users even when their full user object hasn't been loaded.
What changed?
Modified the project members visibility middleware to check both the User.Id and UserId properties when filtering project users. This ensures that project members are correctly shown even when the User navigation property hasn't been fully loaded.