Merge branch 'star-projects' into star-projects2, bringing star-projects onto master
This commit is contained in:
@@ -301,7 +301,11 @@ export const PlatformServiceMixin = {
|
||||
}
|
||||
|
||||
// Convert SQLite JSON strings to objects/arrays
|
||||
if (column === "contactMethods" || column === "searchBoxes") {
|
||||
if (
|
||||
column === "contactMethods" ||
|
||||
column === "searchBoxes" ||
|
||||
column === "starredPlanHandleIds"
|
||||
) {
|
||||
value = this._parseJsonField(value, []);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user