MOBILE-3205 forum: Reload discussion list after changes
parent
33f2abcee1
commit
338334b8c6
|
@ -127,6 +127,8 @@ export class AddonModForumIndexComponent extends CoreCourseModuleMainActivityCom
|
||||||
if (typeof data.starred != 'undefined') {
|
if (typeof data.starred != 'undefined') {
|
||||||
discussion.starred = data.starred;
|
discussion.starred = data.starred;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
this.showLoadingAndFetch(false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue