sartography / cr-connect

0 stars 0 forks source link

study_info mislabeled in /list_scripts #464

Closed calexh-sar closed 3 years ago

calexh-sar commented 3 years ago

Seems like it should display `"name": "study_info" instead of:

image.png

StudyInfo("info") or any of the other TYPEs does not work.

cullerton commented 3 years ago

We decided to add a handle entry, that displays the name of the file, which the configurators actually use in a script task.

  {
    "name": "StudyInfo",
    "handle": "study_info",
    "description": "study_info(TYPE), where TYPE is one of 'info', 'investigators', 'details', or 'documents'.\n\nAdds details about the current study to the Task Data.  The 
calexh-sar commented 3 years ago

Working as designed, now seeing: image.png