allowed to upload on endtermin switch to production logic (date & quality gates)

This commit is contained in:
Johann Hoffmann
2025-11-24 14:16:07 +01:00
parent f4ca34f247
commit 9ac7ff2a4c
@@ -102,11 +102,11 @@ export const AbgabetoolStudent = {
if(termin.paabgabetyp_kurzbz == 'end') {
// production logic
// termin.allowedToUpload = !this.isPastDate(termin.datum) && this.checkQualityGates(pa.abgabetermine)
termin.allowedToUpload = !this.isPastDate(termin.datum) && this.checkQualityGates(pa.abgabetermine)
// development purposes
// termin.allowedToUpload = this.checkQualityGates(pa.abgabetermine)
termin.allowedToUpload = true
// termin.allowedToUpload = true
} else if(termin.fixtermin) {
termin.allowedToUpload = !this.isPastDate(termin.datum)