Merge pull request #2175 from crazyserver/MOBILE-3205
MOBILE-3205 forum: Reload discussion list after changesmain
commit
1eeb7f8908
|
@ -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