Skip to content

Check feature flag table before querying

Aboobacker MK requested to merge hot_fix_saml into master

What does this MR do and why?

Intializer files are first things to be loaded in the application, For a new application, this means intializers are loaded even before creating the database records, We need to check the presense of feature flag table if we need to check the feature flag on initialiser.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

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

Fixes #431559 (closed)

Edited by Aboobacker MK

Merge request reports