Merge pull request #2175 from crazyserver/MOBILE-3205
MOBILE-3205 forum: Reload discussion list after changes
This commit is contained in:
commit
1eeb7f8908
@ -127,6 +127,8 @@ export class AddonModForumIndexComponent extends CoreCourseModuleMainActivityCom
|
||||
if (typeof data.starred != 'undefined') {
|
||||
discussion.starred = data.starred;
|
||||
}
|
||||
|
||||
this.showLoadingAndFetch(false);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user