Commit 6c8f556
authored
chore(ACI): Pop actions off of conditions (#103755)
Small fix for a bug I noticed - when we "split" actions from conditions
we weren't actually removing the actions from the condition group data,
just copying it over into it's own variable so that conditions still had
actions on it. We don't need to run actions through the condition group
validator as they are run through their own action validator.1 parent e741a9a commit 6c8f556
File tree
1 file changed
+1
-1
lines changed- src/sentry/workflow_engine/endpoints/validators/base
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
0 commit comments