commit | a2ca8dd92fe9d9f8cb705696b661f99ea7cdbe9a | [log] [tgz] |
---|---|---|
author | scmmishra <scm.mymail@gmail.com> | Tue Feb 26 16:47:10 2019 +0530 |
committer | scmmishra <scm.mymail@gmail.com> | Tue Feb 26 16:47:10 2019 +0530 |
tree | 7b1c2b752d390f09cfca751a31e126a932f5296e | |
parent | 3866dee3e16501c6149db4ada162e2b2f88327a6 [diff] |
fix: Route for course page
diff --git a/erpnext/public/js/education/lms/routes.js b/erpnext/public/js/education/lms/routes.js index c1259c9..4428c74 100644 --- a/erpnext/public/js/education/lms/routes.js +++ b/erpnext/public/js/education/lms/routes.js
@@ -18,7 +18,7 @@ }, { name: 'course', - path: '/Program/:program_name/:course/', + path: '/Program/:program_name/:course_name/', component: CoursePage, props: true, },