RED-9387 - Update hasComments flag based on entity log entries number of comments #551
@ -117,6 +117,10 @@ public class AnalysisFlagsCalculationService {
|
|||||||
hasUpdates = true;
|
hasUpdates = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (entry.getNumberOfComments() > 0) {
|
||||||
|
hasComments = true;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
log.info("Flag Calculations for file: {} took: {}ms", fileId, System.currentTimeMillis() - startTime);
|
log.info("Flag Calculations for file: {} took: {}ms", fileId, System.currentTimeMillis() - startTime);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user