cloud-ide-core 2.0.148 → 2.0.151
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -17650,7 +17650,7 @@ class CideCoreUserListComponent {
|
|
|
17650
17650
|
this.router.navigate(['/control-panel/student/view', queryData]);
|
|
17651
17651
|
}
|
|
17652
17652
|
else if (type === 'TEACHER' || type === 'FACULTY') {
|
|
17653
|
-
this.router.navigate(['/control-panel/view
|
|
17653
|
+
this.router.navigate(['/control-panel/teacher/view', queryData]);
|
|
17654
17654
|
}
|
|
17655
17655
|
else {
|
|
17656
17656
|
this.router.navigate(['/control-panel/user-master/view', queryData]);
|
|
@@ -17783,7 +17783,7 @@ class CideCoreUserListComponent {
|
|
|
17783
17783
|
this.router.navigate(['/control-panel/student/view', queryData]);
|
|
17784
17784
|
}
|
|
17785
17785
|
else if (type === 'TEACHER' || type === 'FACULTY') {
|
|
17786
|
-
this.router.navigate(['/control-panel/view
|
|
17786
|
+
this.router.navigate(['/control-panel/teacher/view', queryData]);
|
|
17787
17787
|
}
|
|
17788
17788
|
else {
|
|
17789
17789
|
this.router.navigate(['/control-panel/user-master/view', queryData]);
|