While testing the ingest-api code debt cleanups on DEV, we wanted to confirm the internal updates made in PUT /datasets/<uuid>/submit to stop using specimen.py and switch to the new sample_helper.py. As a side product, @BirdMachine discovered that the Submit button on Ingest Portal no longer functions as expected. The modal wasn't loading in proper to get me to the submit button action.
While testing the ingest-api code debt cleanups on DEV, we wanted to confirm the internal updates made in
PUT /datasets/<uuid>/submit
to stop usingspecimen.py
and switch to the newsample_helper.py
. As a side product, @BirdMachine discovered that the Submit button on Ingest Portal no longer functions as expected. The modal wasn't loading in proper to get me to the submit button action.The same issue found on TEST and PROD.