mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 08:22:17 +00:00
delete unneeded code, fix permission issue
This commit is contained in:
+2
-5
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user