mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 12:19:28 +00:00
allowed to upload on endtermin switch to production logic (date & quality gates)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user