save temporary

This commit is contained in:
ma0068
2026-04-20 08:40:55 +02:00
parent 0ff29ba6af
commit df9edc36e0
@@ -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>