UNCLASSIFIED - NO CUI

Skip to content

Feature flag decorator

Michael Jones requested to merge feature-flag into master

You can implement the feature flag decorator by calling it like

@requires_feature_access("FEATURE_TEAM_VIEWS") def method: ...

Edited by Michael Jones

Merge request reports