Skip to content

Commit 989f27a

Browse files
chore(flags): update doc to be more explicit about condition set matching (#32877)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0da2dcc commit 989f27a

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed
Loading
Loading

frontend/src/scenes/feature-flags/FeatureFlagReleaseConditions.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,8 @@ export function FeatureFlagReleaseConditions({
516516
<h3 className="l3">Release conditions</h3>
517517
<div className="text-secondary">
518518
Specify {aggregationTargetName} for flag release. Condition sets are evaluated
519-
from top to bottom. The first condition set that matches will be used.
519+
top to bottom - the first matching set is used. A condition matches when all
520+
property filters pass AND the target falls within the rollout percentage.
520521
</div>
521522
<div className="text-secondary mb-4">
522523
{aggregationTargetName === 'users' && (

0 commit comments

Comments
 (0)