Remove avoid_exposing_member_is_using_seat type: ops
What does this MR do and why?
This change removes a feature flag that was controlling whether member license usage information should be exposed or hidden. Previously, when the feature flag was enabled, the system would always return "false" for whether a member is using a license seat, regardless of their actual usage. Now the feature flag check has been removed, so the system will always show the real license usage status based on user permissions and actual seat usage. The corresponding test cases that were checking both scenarios (flag enabled vs disabled) have also been removed since there's now only one behavior.
References
Screenshots or screen recordings
| Before | After |
|---|---|
How to set up and validate locally
MR acceptance checklist
Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Related to #484873 (closed)