Merge pull request #4210 from alfonso-salces/MOBILE-4616
MOBILE-4616 blog: Add courseId param in entry creation
This commit is contained in:
commit
f663b8648b
@ -408,7 +408,7 @@ export class AddonBlogIndexPage implements OnInit, OnDestroy {
|
||||
* Redirect to entry creation form.
|
||||
*/
|
||||
createNewEntry(): void {
|
||||
CoreNavigator.navigateToSitePath('blog/edit/0', { params: { cmId: this.filter.cmid } });
|
||||
CoreNavigator.navigateToSitePath('blog/edit/0', { params: { cmId: this.filter.cmid, courseId: this.filter.courseid } });
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user