Skip to content

Commit ebb6e39

Browse files
committed
MOBILE-4069 book: Fix PTR in book index page
1 parent f11819f commit ebb6e39

File tree

1 file changed

+7
-0
lines changed
  • src/addons/mod/book/components/index

1 file changed

+7
-0
lines changed

src/addons/mod/book/components/index/index.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,13 @@ export class AddonModBookIndexComponent extends CoreCourseModuleMainResourceComp
6060
]);
6161
}
6262

63+
/**
64+
* @inheritdoc
65+
*/
66+
protected async invalidateContent(): Promise<void> {
67+
await AddonModBook.invalidateContent(this.module.id, this.courseId);
68+
}
69+
6370
/**
6471
* Load book data.
6572
*

0 commit comments

Comments
 (0)