MOBILE-2856 data: Go to first page when changing group

main
Albert Gasset 2019-04-10 18:27:01 +02:00
parent cd77fb2f4e
commit b810862fca
1 changed files with 1 additions and 0 deletions

View File

@ -395,6 +395,7 @@ export class AddonModDataIndexComponent extends CoreCourseModuleMainActivityComp
*/
setGroup(groupId: number): Promise<any> {
this.selectedGroup = groupId;
this.search.page = 0;
return this.fetchEntriesData().catch((message) => {
this.domUtils.showErrorModalDefault(message, 'core.course.errorgetmodule', true);