Skip to content

Commit ef3a952

Browse files
committed
MOBILE-3412 h5pactivity: Support activity disabled
1 parent 5978f25 commit ef3a952

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/core/course/providers/module-prefetch-delegate.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,7 @@ export class CoreCourseModulePrefetchDelegate extends CoreDelegate {
243243

244244
protected ROOT_CACHE_KEY = 'mmCourse:';
245245
protected statusCache = new CoreCache();
246+
protected featurePrefix = 'CoreCourseModuleDelegate_';
246247
protected handlerNameProperty = 'modName';
247248

248249
// Promises for check updates, to prevent performing the same request twice at the same time.

src/providers/utils/text.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ export class CoreTextUtilsProvider {
6666
{old: /_mmaModFolder/g, new: '_AddonModFolder'},
6767
{old: /_mmaModForum/g, new: '_AddonModForum'},
6868
{old: /_mmaModGlossary/g, new: '_AddonModGlossary'},
69+
{old: /_mmaModH5pactivity/g, new: '_AddonModH5PActivity'},
6970
{old: /_mmaModImscp/g, new: '_AddonModImscp'},
7071
{old: /_mmaModLabel/g, new: '_AddonModLabel'},
7172
{old: /_mmaModLesson/g, new: '_AddonModLesson'},

0 commit comments

Comments
 (0)