hubmapconsortium / ingest-ui

HuBMAP Data Ingest Portal
https://ingest.hubmapconsortium.org
MIT License
4 stars 0 forks source link

Fix Submit button modal to get to the action #1457

Closed yuanzhou closed 2 months ago

yuanzhou commented 3 months ago

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.

The same issue found on TEST and PROD.

yuanzhou commented 3 months ago

A fix was made via PR https://github.com/hubmapconsortium/ingest-ui/pull/1454 Now the modal shows up

image