Skip to content

FIX: Change id field name in DTOs

Lukáš Bátora requested to merge FIX-Change-ID-Field-Name-In-DTO into main

This ticket fixes an issue, where ID for Prescription was named "prescriptionId" in DTOs and "id" in entity. This caused issues with mapping, since the field names are not 1:1. I believe it is easier to rename the field in DTOs rather than to introduce custom mapping logic.

Merge request reports