Closed dwaring87 closed 2 months ago
The multi-trial upload does not work if the breeding program name contains spaces.
The parameters to the upload_multiple_trial_design.pl script are not quoted, so only the first word is used.
upload_multiple_trial_design.pl
https://github.com/solgenomics/sgn/blob/535f1a07165f2bd306d6e93063aa325969784c50/lib/SGN/Controller/AJAX/Trial.pm#L1315
Expected Behavior
The multi-trial upload does not work if the breeding program name contains spaces.
The parameters to the
upload_multiple_trial_design.pl
script are not quoted, so only the first word is used.https://github.com/solgenomics/sgn/blob/535f1a07165f2bd306d6e93063aa325969784c50/lib/SGN/Controller/AJAX/Trial.pm#L1315
For Bugs:
Environment
Steps to Reproduce