Skip to content
Snippets Groups Projects
Commit 0b810756 authored by Jano Hendriks's avatar Jano Hendriks
Browse files

Fix bug preventing audit changes from showing

parent d62b8803
No related branches found
No related tags found
No related merge requests found
......@@ -242,8 +242,8 @@ func CheckToFormatForAuditEvent(changes map[string]any, original any, new any, f
"original": fmt.Sprintf("%#v", originalFieldValue),
"new": fmt.Sprintf("%#v", newFieldValue),
}, errors.Error("Failed to format for audit event"))
}
didInsert = false
}
}()
doGroupSlice := doGroupSliceForAuditEvent(originalStructField)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment