We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
unsequester_project
Create a new function unsequester_project. It should live in project_sequestration.R We need this function before we start sequestering paid projects.
project_sequestration.R
unsequester_project should do these things:
sequestered = 0
redcap_entity_project_ownership
completed_time = NA, completed_by = NA
redcap_projects
as.numeric(NA)
For a project state reference see the behavior of REDCap's ProjectGeneral/change_project_status.php.
ProjectGeneral/change_project_status.php
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Create a new function
unsequester_project
. It should live inproject_sequestration.R
We need this function before we start sequestering paid projects.unsequester_project
should do these things:sequestered = 0
in the tableredcap_entity_project_ownership
completed_time = NA, completed_by = NA
in theredcap_projects
table.as.numeric(NA)
if none.For a project state reference see the behavior of REDCap's
ProjectGeneral/change_project_status.php
.The text was updated successfully, but these errors were encountered: