Merge remote-tracking branch 'origin/v8/feature/AB4550-segments-clientcode' into v8/feature/AB4550-segments-ui-variant-picker

This commit is contained in:
Niels Lyngsø
2020-02-19 15:19:26 +01:00
@@ -215,7 +215,7 @@
if (editorIndex === 0) {
//If we've made it this far, then update the query string.
//The editor will respond to this query string changing.
$location.search({"cculture": variantCulture, "csegment": variant.segment});
$location.search("cculture", variantCulture).search("csegment", variant.segment);
}
else {