Skip to content

Commit f50dea0

Browse files
Jonathan D.A. Jewellclaude
andcommitted
fix: add :submission to audit log event types
Bug found during testing: AuditLog.log(:submission, ...) was failing because :submission wasn't in the @event_types list. This fix allows the submitter to log submission events properly. Test results: - ✅ Version check working - ✅ Help output working - ✅ GitHub dry-run working - ✅ Bugzilla integration ready (needs credentials) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 1076c8c commit f50dea0

4 files changed

Lines changed: 1 addition & 0 deletions

File tree

-2 Bytes
Binary file not shown.
Binary file not shown.

elixir-mcp/feedback-a-tron

-2 Bytes
Binary file not shown.

elixir-mcp/lib/feedback_a_tron/audit_log.ex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ defmodule FeedbackATron.AuditLog do
3131

3232
# Event types
3333
@event_types [
34+
:submission,
3435
:submission_attempt,
3536
:submission_success,
3637
:submission_failure,

0 commit comments

Comments
 (0)