Closed ChemiKyle closed 3 years ago
I forgot, where can I find a sample project to test this?
You'll want to use the Cases and Person Search projects from redcap-phone, use Person Search as the source project and Cases as the target with the mapping files under examples/*.json
. All the module set up will be in the target project only, though you'll need to provide some seed data to Person Search (manually entering a few is fine but you can script it if you like by pulling from the STP DB's person
table and sample_frac
'ing).
We can do a video call if you need some help setting up.
Note that the bug this fixes occurs when trying to pipe data, searching still works.
Was multi-arm supported in previous versions of REDCap and break with a newer release? Maybe the pr can renamed to "Remove multi-arm support" instead.
No, arms were never supported, not mentioning that was an oversight.
I understand, this is a fix to get the module up and running. Multi-arm support can either be added or removed entirely later via: https://github.com/ctsit/search_and_populate_data_from_another_project/blob/37613f41893742102248199ddf1a9f6e8d22b79b/js/custom_data_search.js#L22
hardcode arm arg in enableDataSearchAutocomplete call
~TODO: README update~