Skip to content

Move default values to TimeSlotConfigCreateDto

Georgios Andreadis requested to merge remove-default-timeslot-values into development

Hibernate complained about default values in the column definitions, so we're moving this to the create DTO (which is anyway better, since the default values are then actually shown to the user).

Merge request reports