mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-12 07:25:04 +02:00
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:
parent
921cec7ddc
commit
1fba96abcb
2 changed files with 14 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue