MOBILE-4069 book: Fix PTR in book index page

main
Dani Palou 2023-02-07 12:07:10 +01:00
parent f11819f698
commit ebb6e393cf
1 changed files with 7 additions and 0 deletions

View File

@ -60,6 +60,13 @@ export class AddonModBookIndexComponent extends CoreCourseModuleMainResourceComp
]);
}
/**
* @inheritdoc
*/
protected async invalidateContent(): Promise<void> {
await AddonModBook.invalidateContent(this.module.id, this.courseId);
}
/**
* Load book data.
*