Skip to content

Commit

Permalink
[Fix partially kbss-cvut/record-manager-ui#207] publih records - prop…
Browse files Browse the repository at this point in the history
…erly update published record phase so that cache is cleared
  • Loading branch information
kostobog committed Oct 4, 2024
1 parent 1fe6ce2 commit 67d1d56
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ public void setPhase(Set<String> recordUris, RecordPhase targetPhase){
if (record == null)
continue;
record.setPhase(targetPhase);
patientRecordDao.update(record);
}
}

Expand Down

0 comments on commit 67d1d56

Please sign in to comment.