mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #17434 from overleaf/ab-allow-analytics-inactive-test
[web] Allow analytics to be enabled for inactive tests GitOrigin-RevId: f854fd6532357c4291f2785b950eac2478cfbae0
This commit is contained in:
parent
bcd5ce1218
commit
310cbe10ba
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ async function updateSplitTestConfig({ name, configuration, comment }, userId) {
|
|||
versionNumber: lastVersion.versionNumber + 1,
|
||||
phase: configuration.phase,
|
||||
active: configuration.active,
|
||||
analyticsEnabled: configuration.active && configuration.analyticsEnabled,
|
||||
analyticsEnabled: configuration.analyticsEnabled,
|
||||
variants: updatedVariants,
|
||||
author: userId,
|
||||
comment,
|
||||
|
|
Loading…
Reference in a new issue