Closed emimaesmith closed 4 years ago
manage.py test
job
Updated the JobSerializerV6 to include an input_files JSON field that lists all input file names for each input in the format:
input_files
{ "input_files": {"INPUT_FILE": ["file1-name.filext"], "INPUT_FILE_2": ["file2-name.filext", "file3-name.filext"]} ... }
This change allows the input file list to be displayed in the Jobs table to satisfy the requirements of https://github.com/ngageoint/scale-ui/issues/414
Checklist
manage.py test
passesAffected app(s)
job
Description of change
1859
Updated the JobSerializerV6 to include an
input_files
JSON field that lists all input file names for each input in the format:This change allows the input file list to be displayed in the Jobs table to satisfy the requirements of https://github.com/ngageoint/scale-ui/issues/414