do not show download links in OtherLvPlan and StgOrg LvPlan mode

This commit is contained in:
Harald Bamberger
2026-07-07 11:44:04 +02:00
parent 8d7fdb0254
commit ac2a1147cc
2 changed files with 6 additions and 0 deletions
@@ -64,6 +64,9 @@ export default {
return this.propsViewData?.mode;
},
downloadLinks() {
// do not show download links in otherLvPlan Mode
return false;
if (
!this.studiensemester_start ||
!this.studiensemester_ende ||
@@ -72,6 +72,9 @@ export default {
return this.propsViewData?.mode;
},
downloadLinks() {
// do not show download links in StgOrg Mode
return false;
if (
!this.studiensemester_start ||
!this.studiensemester_ende ||