Merge pull request #2175 from crazyserver/MOBILE-3205

MOBILE-3205 forum: Reload discussion list after changes
main
Juan Leyva 2019-11-28 14:38:47 +01:00 committed by GitHub
commit 1eeb7f8908
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -127,6 +127,8 @@ export class AddonModForumIndexComponent extends CoreCourseModuleMainActivityCom
if (typeof data.starred != 'undefined') {
discussion.starred = data.starred;
}
this.showLoadingAndFetch(false);
}
}