vanderbilt-redcap / auto-record-generation

Module that allows for a new record to be generated in another project (or the same project) on a flagging field being saved. Allows for data fields to be transferred to the new record as well.
MIT License
4 stars 3 forks source link

Explicitly add NULL for repeat_instance arg position in redcap_save_record hook call #29

Closed ChemiKyle closed 5 months ago

ChemiKyle commented 5 months ago

Prevents ArgumentCountError when triggering hook on EMs that don't set a default value for $repeat_instance in their definition of redcap_save_record.