You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 6, 2022. It is now read-only.
The functionality of the “Version”, “Channel”, “Countries”, “Locales”, “Filter Object” sections are broken after creating a recipe with “Additional Filter Object” related to those sections #622
Open the Normandy Devtools and choose the Stage environment.
Set up any experiment recipe (link to set-up) targeting your browser using an additional filter object related to the “Version” section.
e.g.:
[
{
"type": "version",
"versions": [83, 84]
}
]
Go to the “Version” section and add more versions.
Observe the behavior.
[Expected result]:
The versions are successfully added and visible.
[Actual result]:
The versions are incorrectly added and randomly selected.
[Notes]:
Also, this issue is reproducible on “Channel”, “Countries”, “Locales”, “Filter Object” sections when using Additional Filter Objects related to them.
I’ve noticed that after saving the recipe, the “Version” labels are multiplied.