openchs-models 1.32.12 → 1.32.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/Schema.js +5 -1
- package/package.json +1 -1
package/dist/Schema.js
CHANGED
|
@@ -937,7 +937,11 @@ function createRealmConfig() {
|
|
|
937
937
|
}
|
|
938
938
|
|
|
939
939
|
standardReportCardType.type = _lodash.default.replace(_lodash.default.startCase(standardReportCardType.description), new RegExp(' ', 'g'), '');
|
|
940
|
-
});
|
|
940
|
+
}); //Reset MyDashboard cache because shape of filterJSON in cache has changed
|
|
941
|
+
|
|
942
|
+
|
|
943
|
+
const dashboardCache = newDB.objects("DashboardCache");
|
|
944
|
+
newDB.delete(dashboardCache);
|
|
941
945
|
}
|
|
942
946
|
}
|
|
943
947
|
};
|