• Tan Le's avatar
    Fix rendering failure of Audit Event · 2d48aeac
    Tan Le authored
    When audit event is recorded via Project Releases API, the audit event
    is not written in the correct structure (i.e. with a redundant
    `action: :custom` entry in the details hash). This change to ensure:
    
    - To extract the right action value on read
    - To drop redundant action information on write
    2d48aeac
admin_audit_logs_spec.rb 4.27 KB