Skip to content

Resolve "Fix error on configuration date field"

Tim Eder requested to merge 332-fix-error-on-configuration-date-field into develop

Closes #332 (closed)

the setSelectedDate action in the configurations store could also accept null as a parameter. This caused a failure in loadMountingConfigurationForDate

I added a nullcheck to the store to fix this.

Edited by Tim Eder

Merge request reports