Skip to content

Commit a7cb3f6

Browse files
authored
Merge pull request #498 from vubiostat/random
Add access/no‑access labels for randomization modules in exportUserRoles
2 parents f8e7030 + 1b802ed commit a7cb3f6

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

NEWS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* `exportDags`, `exportFieldNames`, `exportProjectInformation`, `exportReportsTyped`, `importDags`, `writeDataForImport`, and `exportRecordsTyped` now have a `csv_delimiter` parameter to control delimiter utilized.
44
* `importMetaData` bug fix when given duplicate names to exit and warn user properly.
55
* `redcapUserRoleStructure` allows new `alerts`, `api_modules`, and `data_quality_resolution` attributes.
6+
* `exportUsers` properly handles the columns random_setup, random_dashboard and random_perform.
67

78
## DEPRECATION NOTICES
89

R/redcapDataStructure.R

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,10 @@ REDCAP_USER_ROLE_TABLE_ACCESS_VARIABLES <-
464464
"record_delete",
465465
"lock_records_customization",
466466
"lock_records",
467-
"lock_records_all_forms")
467+
"lock_records_all_forms",
468+
"random_setup",
469+
"random_dashboard",
470+
"random_perform")
468471

469472
# User-Role Assignment Structure
470473

0 commit comments

Comments
 (0)