Skip to content
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

Add support for comments during edit actions #5286

Merged
merged 20 commits into from
Mar 11, 2024
Merged

Conversation

labkey-susanh
Copy link
Contributor

Rationale

We have previously added the ability for users to provide comments on various types of data changes (deleting, moving, discarding, etc.). With this PR and its relatives we introduce the ability to provide comments for edits of data in various forms, including editing in bulk or in the grid, updating via a file, reimporting and assay run, and editing on a details page.

Related Pull Requests

Changes

  • Update interface for updateRows to include the configParameters map, which contains, among other things, any comment provided by the user that should be added to audit logs
  • Update importData interface to include auditUserComment
  • Pass through auditUserComment when creating audit events from AbstractQueryUpdateService
  • Update AssayRunUploadContext and createDataIteratorContext with new auditUserComment field
  • Update ImportRunApiAction to account for auditUserComment

@labkey-susanh labkey-susanh requested a review from cnathe March 4, 2024 14:49
@labkey-susanh labkey-susanh merged commit 8f68c80 into develop Mar 11, 2024
1 of 5 checks passed
@labkey-susanh labkey-susanh deleted the fb_commentsForEdit branch March 11, 2024 15:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants