Closed smichea closed 1 year ago
additional context:
This user entity is being associated to an NFCTag entity:
When it is passed into a CrudListenerScript:
The data in the owner entity is lost:
When debugging the issue, it seems that during deserialization, the User type CFT will try to deserialize using JacksonUtil. This results in a new User object.
I believe a possible fix for this is to move the following lines in CEIUtils:
looks like the pb comes from that