mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-16 22:42:16 +00:00
save temporary
This commit is contained in:
@@ -189,10 +189,19 @@ export default {
|
||||
+ '&orgform=' + orgform,
|
||||
description: 'stv/grade_report_html'
|
||||
});
|
||||
extraItems.push({
|
||||
link: FHC_JS_DATA_STORAGE_OBJECT.app_root
|
||||
+ 'index.ci.php/person/gradelist/index/'
|
||||
+ '&student_uid=' + 'mb24b025',
|
||||
description: 'Studienverlauf'
|
||||
});
|
||||
}
|
||||
|
||||
return extraItems;
|
||||
}
|
||||
},
|
||||
/* linkGradeList(){
|
||||
return FHC_JS_DATA_STORAGE_OBJECT.app_root + 'index.ci.php/person/gradelist/index/mb24b025');
|
||||
}*/
|
||||
},
|
||||
watch: {
|
||||
'url_studiensemester_kurzbz': function (newVal, oldVal) {
|
||||
@@ -629,6 +638,11 @@ export default {
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<a :href="linkGradeList" target="_blank">
|
||||
Studienverlauf
|
||||
</a>
|
||||
</li>
|
||||
</app-menu>
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
Reference in New Issue
Block a user