When openCloseImport() automatically detects the start/end date of a term here, it appends the entered term year to the day/month supplied in the csv. This is wrong in the case of Winter terms, as they are often split across a new year (start in one year, end in another). This also cannot be correctly represented in the current schema, as each term has exactly one year.
This behavior also results in incorrect section start/end dates here
When
openCloseImport()automatically detects the start/end date of a term here, it appends the entered term year to the day/month supplied in the csv. This is wrong in the case of Winter terms, as they are often split across a new year (start in one year, end in another). This also cannot be correctly represented in the current schema, as each term has exactly one year.This behavior also results in incorrect section start/end dates here