silkc/silkc-platform

Users JSON import enhancement: do not check training dates

Opened this issue · 0 comments

There is a general validation on training dates in src/Entity/Training.php.
However, in the case of users imports (through the JSON import procedure described in README.md), we want to allow trainings to have start/end date that are previous to today. As such, the validation itself doesn't make sense in this context (this might also affect the web interface).