File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ const siteConfig: SiteConfig = {
99 siteName : 'Instructor CI' ,
1010 baseUrl : 'http://apps.local.openedx.io' ,
1111 lmsBaseUrl : 'http://local.openedx.io' ,
12+ cmsBaseUrl : 'http://studio.local.openedx.io' ,
1213 loginUrl : 'http://local.openedx.io/login' ,
1314 logoutUrl : 'http://local.openedx.io/logout' ,
1415
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ const siteConfig: SiteConfig = {
99 siteName : 'Instructor Dev' ,
1010 baseUrl : 'http://apps.local.openedx.io:8080' ,
1111 lmsBaseUrl : 'http://local.openedx.io:8000' ,
12+ cmsBaseUrl : 'http://studio.local.openedx.io:8001' ,
1213 loginUrl : 'http://local.openedx.io:8000/login' ,
1314 logoutUrl : 'http://local.openedx.io:8000/logout' ,
1415
@@ -21,15 +22,15 @@ const siteConfig: SiteConfig = {
2122 ] ,
2223 externalRoutes : [
2324 {
24- role : 'profile' ,
25+ role : 'org.openedx.frontend.role. profile' ,
2526 url : 'http://apps.local.openedx.io:1995/profile/'
2627 } ,
2728 {
28- role : 'account' ,
29+ role : 'org.openedx.frontend.role. account' ,
2930 url : 'http://apps.local.openedx.io:1997/account/'
3031 } ,
3132 {
32- role : 'logout' ,
33+ role : 'org.openedx.frontend.role. logout' ,
3334 url : 'http://local.openedx.io:8000/logout'
3435 } ,
3536 ] ,
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ const siteConfig: SiteConfig = {
55 siteName : 'Instructor Test Site' ,
66 baseUrl : 'http://localhost:8080' ,
77 lmsBaseUrl : 'http://localhost:8000' ,
8+ cmsBaseUrl : 'http://localhost:8001' ,
89 loginUrl : 'http://localhost:8000/login' ,
910 logoutUrl : 'http://localhost:8000/logout' ,
1011
Original file line number Diff line number Diff line change 1- import { providesCourseNavigationRolesId } from '@openedx/frontend-base' ;
1+ import { providesCourseBarRolesId } from '@openedx/frontend-base' ;
22import { instructorDashboardRole } from './constants' ;
33
44const provides = {
5- [ providesCourseNavigationRolesId ] : instructorDashboardRole
5+ [ providesCourseBarRolesId ] : instructorDashboardRole ,
66} ;
77
88export default provides ;
You can’t perform that action at this time.
0 commit comments