caladol1 opened a new issue, #14467:
URL: https://github.com/apache/grails-core/issues/14467

   I found a bug on  gormVersion=6.1.7.RELEASE
   I updated it from 6.1.5.RELEASE where it also happened
   
   example code:
   ```
    Product.withTransaction {
               Pro2t domainObject= Pro2t .get(id)
                   //domainObject.internal= "something1"  // this level updates 
are ok
                   domainObject.child.interna2 = "something2"  // second level 
does not triguer update
                   domainObject.save(flush: true, validate: false)
           }
    ```   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to