-
Notifications
You must be signed in to change notification settings - Fork 9
Add test for transaction audit details #2763
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| SAMPLE_WORKFLOW_AUDIT_EVENT("SamplesWorkflowAuditEvent"), | ||
| SOURCES_AUDIT_EVENT("SourcesAuditEvent"); // available with SampleManagement module | ||
| SOURCES_AUDIT_EVENT("SourcesAuditEvent"), | ||
| TRANSACTION_AUDIT_EVENT("TransactionAuditEvent"); // available with SampleManagement module |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks like this comment might have been inadvertently moved (// available with SampleManagement module)
| AuditEvents(), | ||
| ImportFileName(), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why are these two different than the others in the enum? are these constructors or functions in some way?
Rationale
Related Pull Requests
Changes