We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 904950d commit f4d3a92Copy full SHA for f4d3a92
src/addons/blog/pages/index/index.ts
@@ -408,7 +408,7 @@ export class AddonBlogIndexPage implements OnInit, OnDestroy {
408
* Redirect to entry creation form.
409
*/
410
createNewEntry(): void {
411
- CoreNavigator.navigateToSitePath('blog/edit/0', { params: { cmId: this.filter.cmid } });
+ CoreNavigator.navigateToSitePath('blog/edit/0', { params: { cmId: this.filter.cmid, courseId: this.filter.courseid } });
412
}
413
414
/**
0 commit comments