Fix exercise date parsing for non-group submissions

ILIAS apparently changes the order of the fields as it sees fit, so we
now try to parse *every* column, starting at from the right, as a date.
The first column that parses successfully is then used.
This commit is contained in:
I-Al-Istannen
2021-05-31 18:00:42 +02:00
parent 921cec7ddc
commit 1fba96abcb
2 changed files with 14 additions and 6 deletions

View File

@ -22,6 +22,9 @@ ambiguous situations.
## Unreleased
### Fixed
- Date parsing now also works correctly in non-group exercises
## 3.0.0 - 2021-05-31
### Added