Closed
Bug 1737375
Opened 4 years ago
Closed 4 years ago
Switch expected type of aboutwelcome feature variable "screens" from "json"
Categories
(Firefox :: Nimbus Desktop Client, task)
Firefox
Nimbus Desktop Client
Tracking
()
RESOLVED
INVALID
People
(Reporter: Mardak, Unassigned)
References
Details
It's currently set to "json" which seems like it gets converted to "string" which then prevents an array configuration value from being set.
Updated•4 years ago
|
| Reporter | ||
Comment 1•4 years ago
|
||
Looks like "array" isn't supported yet, so we might need to depend on something first.
| Reporter | ||
Comment 2•4 years ago
|
||
With https://github.com/mozilla/experimenter/commit/b1e4ee84ff786b3b54837535e50a5fb56aa66d84 it seems like the appropriate type is indeed "json" and the schema won't require it to be "string"
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•