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
... how the submissionCreate property of the audit log details feels like it could be improved. Currently, submissionCreate is needed if the submission is deleted, because in that case, no submission property is returned, so submissionCreate is the only way to get basic information about the submission (e.g., instanceId). As an alternative, we could always return a submission property. (In the deleted case, maybe we construct submission using the submission.create event.) That'd work similarly to the entity property, which is always returned and includes basic information (e.g., uuid) even if the entity is deleted.
The text was updated successfully, but these errors were encountered:
@ktuite and I chatted about this issue. We'd like to make this change at some point, but we probably won't get to it for v2023.5. However, we'll be touching entity sources again in v2024.1 as we work on bulk upload. I'll go ahead and bump this issue.
From #1028 (comment)
The text was updated successfully, but these errors were encountered: