delete unneeded code, fix permission issue

This commit is contained in:
ma0068
2025-04-15 15:21:36 +02:00
parent b2a7ec6e67
commit 26d7d17169
2 changed files with 2 additions and 9 deletions
@@ -52,9 +52,6 @@ export default {
stg_kz(){
return this.studentKzs[0];
},
showAllFormats() {
return this.isBerechtigtDocAndOdt.includes(this.stgInfo.oe_kurzbz);
}
},
props: {
student: Object
@@ -481,7 +478,7 @@ export default {
<div v-if="this.student.length">
<abschlusspruefung-dropdown
:showAllFormats="showAllFormats"
:showAllFormats="isBerechtigtDocAndOdt"
:studentUids="studentUids"
:showDropDownMulti="true"
:stgTyp="stgInfo.typ"
@@ -835,7 +832,7 @@ export default {
<Teleport v-for="data in tabulatorData" :key="data.abschlusspruefung_id" :to="data.actionDiv">
<abschlusspruefung-dropdown
:showAllFormats="showAllFormats"
:showAllFormats="isBerechtigtDocAndOdt"
:showDropDownMulti="false"
:abschlusspruefung_id="data.abschlusspruefung_id"
:studentUids="data.student_uid"
@@ -399,10 +399,6 @@ export default{
},
template: `
<div class="stv-details-pruefung-pruefung-list 100 pt-3">
{{currentSemester}}
{{listLvsAndLes.gruppe}}
<div>
<div class="justify-content-end pb-3">