|
|
@ -549,6 +549,10 @@ class Coursesleftnav extends Component{
|
|
|
|
window.location.href=`/courses/${coursesId}/boards/${result.data.category_id}`;
|
|
|
|
window.location.href=`/courses/${coursesId}/boards/${result.data.category_id}`;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if(positiontype!="course_groups"){
|
|
|
|
|
|
|
|
this.updasaveNavmoda()
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
if(positiontype==="course_groups"){
|
|
|
|
if(positiontype==="course_groups"){
|
|
|
|
window.location.href=`/courses/${coursesId}/course_groups/${result.data.group_id}`;
|
|
|
|
window.location.href=`/courses/${coursesId}/course_groups/${result.data.group_id}`;
|
|
|
|
}
|
|
|
|
}
|
|
|
|