Closed
Bug 1630068
Opened 6 years ago
Closed 2 years ago
Editing a search-config setting adds empty objects into the json
Categories
(Cloud Services :: Server: Remote Settings, defect)
Cloud Services
Server: Remote Settings
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: standard8, Assigned: leplatrem)
Details
I just tried editing one of the search-config settings on the remote settings server. After I edited it, I checked the diff and saw this additional change:
+ "params": {
+ "sapCodes": {}
+ },
sapCodes isn't a required object, so it shouldn't be added unnecessarily - this could bloat the size of the json.
| Assignee | ||
Comment 1•2 years ago
|
||
Mark, can you reproduce this with the latest version? If not, let's close ;)
Flags: needinfo?(standard8)
| Reporter | ||
Comment 2•2 years ago
|
||
Unfortunately I don't have an easy way to test this at the moment. It obviously isn't causing major issues, and we upload search-config separately rather than editing. I think we can close this out for now.
Status: NEW → RESOLVED
Closed: 2 years ago
Flags: needinfo?(standard8)
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•