MOBILE-3412 h5pactivity: Support activity disabled
parent
5978f25495
commit
ef3a952919
|
@ -243,6 +243,7 @@ export class CoreCourseModulePrefetchDelegate extends CoreDelegate {
|
|||
|
||||
protected ROOT_CACHE_KEY = 'mmCourse:';
|
||||
protected statusCache = new CoreCache();
|
||||
protected featurePrefix = 'CoreCourseModuleDelegate_';
|
||||
protected handlerNameProperty = 'modName';
|
||||
|
||||
// Promises for check updates, to prevent performing the same request twice at the same time.
|
||||
|
|
|
@ -66,6 +66,7 @@ export class CoreTextUtilsProvider {
|
|||
{old: /_mmaModFolder/g, new: '_AddonModFolder'},
|
||||
{old: /_mmaModForum/g, new: '_AddonModForum'},
|
||||
{old: /_mmaModGlossary/g, new: '_AddonModGlossary'},
|
||||
{old: /_mmaModH5pactivity/g, new: '_AddonModH5PActivity'},
|
||||
{old: /_mmaModImscp/g, new: '_AddonModImscp'},
|
||||
{old: /_mmaModLabel/g, new: '_AddonModLabel'},
|
||||
{old: /_mmaModLesson/g, new: '_AddonModLesson'},
|
||||
|
|
Loading…
Reference in New Issue