From 333c90d8c4a6ad01bc9bea32ab890bd2d2d0a3c6 Mon Sep 17 00:00:00 2001 From: Caspar Neumann Date: Thu, 23 Nov 2023 09:17:06 +0100 Subject: [PATCH] Adapt for testing purpose --- .../h5p-library-management/h5p-library-management.module.ts | 2 +- config/h5p-libraries.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/server/src/modules/h5p-library-management/h5p-library-management.module.ts b/apps/server/src/modules/h5p-library-management/h5p-library-management.module.ts index 8248aa55870..d36b3576b11 100644 --- a/apps/server/src/modules/h5p-library-management/h5p-library-management.module.ts +++ b/apps/server/src/modules/h5p-library-management/h5p-library-management.module.ts @@ -35,7 +35,7 @@ const imports = [ clientUrl: DB_URL, password: DB_PASSWORD, user: DB_USERNAME, - // allowGlobalContext: true, Please not + allowGlobalContext: true, entities: [...ALL_ENTITIES, H5PContent, InstalledLibrary], }), S3ClientModule.register([s3ConfigContent, s3ConfigLibraries]), diff --git a/config/h5p-libraries.yaml b/config/h5p-libraries.yaml index 42da92b9a1b..7d80fbe7a63 100644 --- a/config/h5p-libraries.yaml +++ b/config/h5p-libraries.yaml @@ -1 +1 @@ -h5p_libraries: ['H5P.Accordion','H5P.TrueFalse'] +h5p_libraries: ['H5P.Accordion','H5P.Chart','H5P.Collage']