x-atlas-consortia / data-ingest-board

The UI App for HuBMAP and Sennet Data Publishing Dashboard
MIT License
0 stars 0 forks source link

`Ingest Task` on production does not display modal when clicked #152

Closed maxsibilla closed 7 months ago

maxsibilla commented 7 months ago

This feature works on dev but not prod. You can view it working on dev by searching SNT526.NRQN.678 on https://ingest-board.dev.sennetconsortium.org/ On prod by searching SNT934.JVBF.689 on https://ingest.board.sennetconsortium.org/

Not sure if this just wasn't merged or something is missing in .env @yuanzhou @libpitt

libpitt commented 7 months ago

@maxsibilla The max chars was set to 50. For smaller screens that column width is still not enough. I reduced the chars to 21.

yuanzhou commented 7 months ago

HuBMAP PROD doesn't have any data to verify. The modal works on HuBMAP DEV I just tested. @libpitt can you confirm if any code changes missing when I merged into main? I don't quite understand why SenNet PROD doesn't show the modal.

maxsibilla commented 7 months ago

@yuanzhou This is fixed here: https://github.com/x-atlas-consortia/data-ingest-board/pull/153/files#diff-c3859c2842ed94edf5fcb06431b0b579f9e062637a78cf8169705dacd58b7cc0.