You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/models/audit-event.js
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -213,12 +213,12 @@ export class AuditEvent {
213
213
*/
214
214
getdescription(){
215
215
if(this.vaccination){
216
-
return`Vaccination given ${this.vaccination.formatted.createdAt_date} by ${this.vaccination.formatted.createdBy}.<br>Record added to Mavis ${this.formatted.createdAt} by ${this.formatted.createdBy}.`
216
+
return`Vaccination given ${this.vaccination.formatted.createdAt_date} by ${this.vaccination.formatted.createdBy}.<br>Record added to Mavis ${this.formatted.datetime} by ${this.formatted.createdBy}.`
0 commit comments