You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In org.grails.datastore.mapping.mongo.engine.codecs.PersistentEntityCodec line 264 there's a code which should unset a field but the code use the property name of the entity instead of the field name of the mapping defined in GORM
So the code should use prop.mappedForm.targetName instead of prop.name
The code is the same in the most recent version of the class so the issue is still here
In org.grails.datastore.mapping.mongo.engine.codecs.PersistentEntityCodec line 264 there's a code which should unset a field but the code use the property name of the entity instead of the field name of the mapping defined in GORM
So the code should use prop.mappedForm.targetName instead of prop.name
The code is the same in the most recent version of the class so the issue is still here
Context :
Grails : 4.0.0
GORM : 7.0.0.RELEASE
Groovy : 2.5.6
The text was updated successfully, but these errors were encountered: