Skip to content

Commit

Permalink
Fix logbook pno to verify after invalidation
Browse files Browse the repository at this point in the history
  • Loading branch information
louptheron committed Aug 14, 2024
1 parent c66379c commit a478531
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,7 @@ class JpaLogbookReportRepository(
}

@Transactional
@CacheEvict(value = ["pno_to_verify"], allEntries = true)
override fun invalidate(reportId: String, operationDate: ZonedDateTime) {
val logbookReportEntities =
dbLogbookReportRepository.findEnrichedPnoReferenceAndRelatedOperationsByReportId(
Expand Down

0 comments on commit a478531

Please sign in to comment.