Skip to content

Issue 48490: Add options parameter to labkey.insertRows, labkey.updateRows, labkey.deleteRows to support "auditBehavior" #98

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

Merged
merged 2 commits into from
Dec 6, 2023

Conversation

cnathe
Copy link
Contributor

@cnathe cnathe commented Dec 4, 2023

Rationale

https://www.labkey.org/home/Developer/issues/issues-details.view?issueId=48490
The issue requested that we add the "auditBehavior" option to the updateRows API, but this PR is slightly more general in that it just adds an "options" param to the labkey.insertRows, labkey.updateRows, and labkey.deleteRows helpers. This will allow for specifying the "auditBehavior" and "auditUserComment" properties for those actions.

Changes

  • add options param to labkey.insertRows, labkey.updateRows, and labkey.deleteRows
  • update related Rd doc files

…eRows, labkey.deleteRows to support

        specifying the "auditBehavior" and "auditUserComment" properties for the action
@cnathe
Copy link
Contributor Author

cnathe commented Dec 6, 2023

R package submitted to CRAN
Rlabkey_3.1.0.tar.gz

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants