fix jobs & fancy formatting; check paabgabetyp instead of bezeichnung to enable enduploads for users in english lmao

This commit is contained in:
Johann Hoffmann
2026-01-15 18:40:51 +01:00
parent eb15d6b841
commit fbd0a4685e
2 changed files with 111 additions and 45 deletions
@@ -140,7 +140,7 @@ export const AbgabeStudentDetail = {
return false;
}
if(termin.bezeichnung === 'Endupload') {
if(termin.bezeichnung?.paabgabetyp_kurzbz === 'end') {
// open endupload form modal for further inputs
this.enduploadTermin = termin
this.$refs.modalContainerEnduploadZusatzdaten.show()