Skip to content

Fix `undefined method `related_feature_flags' for nil:NilClass`

What does this MR do and why?

It provides a fix that ensures .related_feature_flags is not called on nil.

This is done to prevent an undefined method error and solve #390132 (closed)

How to set up and validate locally

  1. Ensure pipelines pass

MR acceptance checklist

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

Merge request reports