From 4e3c83ec64d755484bd18c36469341b5c208f6f8 Mon Sep 17 00:00:00 2001 From: Jen Jones Arnesen Date: Wed, 18 Nov 2020 10:11:33 +0100 Subject: [PATCH] fix: restore schemas list needed for orgunitdlg and interpretations (#1307) --- src/AppWrapper.js | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/AppWrapper.js b/src/AppWrapper.js index 6d4262b87..a5ba0a5d7 100644 --- a/src/AppWrapper.js +++ b/src/AppWrapper.js @@ -13,7 +13,17 @@ import './locales' const muiTheme = () => createMuiTheme(dhis2theme) const d2Config = { - schemas: ['dashboard'], + schemas: [ + 'chart', + 'map', + 'report', + 'reportTable', + 'eventChart', + 'eventReport', + 'dashboard', + 'organisationUnit', + 'userGroup', + ], } // TODO: ER and EV plugins require the auth header in development mode.