medispring / icure-backend

OSS version of the iCure Medical File Management software
GNU General Public License v2.0
0 stars 1 forks source link

[MS-379] Boolean TypedValue mapping fix #98

Closed cebamps closed 5 years ago

cebamps commented 5 years ago

Orika's mapper could not map Boolean to Integer when mapping objects in the REST facades (e.g. outputting UserDto entities that had embedded boolean properties).

This does not break the public REST API: boolean types are still output as integers in the response JSON.