codeconsole commented on code in PR #15122:
URL: https://github.com/apache/grails-core/pull/15122#discussion_r2427526344
##########
grails-data-mongodb/core/src/main/groovy/org/grails/datastore/mapping/mongo/engine/codecs/PersistentEntityCodec.groovy:
##########
@@ -249,12 +248,6 @@ class PersistentEntityCodec extends
BsonPersistentEntityCodec {
}
}
- else {
- // schedule lastUpdated if necessary
- if (entity.getPropertyByName(GormProperties.LAST_UPDATED) !=
null) {
Review Comment:
@jdaugherty yes, for the merge of the next phase
--
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]