Skip to content

Fix preload_associations for projects

Mohamed Hamda requested to merge fix-preload-issue-for-project-dashboard into master

What does this MR do and why?

While developing locally, I found a bullet warning, suggesting including project_setting

Before:

Screenshot_2022-11-30_at_14.10.44

Detailed backtrace: Screenshot_2022-11-30_at_14.11.10

After:

Screenshot_2022-11-30_at_14.12.57

How to set up and validate locally

Example below:

  1. Checkout master git checkout master
  2. Validate that the issue exists
  3. Checkout this MR branch git checkout fix-preload-issue-for-project-dashboard
  4. Validate that the issue is not existing

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Mohamed Hamda

Merge request reports