Health-Informatics-UoN / Carrot-Mapper

Carrot: Convenient And Reusable Rapid Omop Transformer.
https://carrot4omop.ac.uk
MIT License
12 stars 3 forks source link

🐛 Unable to access table's fieldview #718

Closed erummas closed 1 month ago

erummas commented 1 month ago

Is there an existing issue for this?

Current Behavior

Unable to access the tables within a scan report. Upon click nothing happens.

Expected Behavior

No response

Steps To Reproduce

No response

Environment

- OS:
- Other environment details:

I'm part of a Project Team

No response

Anything else?

No response

Are you willing to contribute to resolve this issue?

None

spco commented 1 month ago

Hi @erummas - can you check again please? It's working for me, but it did take a while after the page load for it to become responsive. May have been a deployment blip.

spco commented 1 month ago

Oh, I think you're referring to not being able to move from Table view to Field view? Also broken for me. Looks like a URL issue.

@AndyRae looks like the URL is malformed e.g. https://ccom.azurewebsites.net/scanreports/623tables/3377/

erummas commented 1 month ago

@spco yes unable to access the fields of the tables, sorry I'll edit to make it more clear.

spco commented 1 month ago

@AndrewThien @Dev-Akashili - this needs fixing ASAP. It's also present in dev, so should have been caught in behaviour testing before rolling out to prod. We need that process to be tightened up please.

@erummas in the meantime as a workaround, if you click the table name, wait about 30s, it'll take you to a Not Found page. Then edit the URL to put a / before tables/ to navigate to the correct location. Sorry for this!

AndrewThien commented 1 month ago

@spco We found the problem and its cause. On the way to fix it now. Thanks!

erummas commented 1 month ago

@spco unfortunately, it doesn't take me to Not Found Page. It's alright. I will wait till the fix is applied.

AndyRae commented 1 month ago

Fixed in #719