NCEAS / metacatui

MetacatUI: A client-side web interface for DataONE data repositories
https://nceas.github.io/metacatui
Apache License 2.0
41 stars 27 forks source link

Edit button doesn't show up sometimes #1639

Open laurenwalker opened 3 years ago

laurenwalker commented 3 years ago

A user noticed that the Edit button every 4-5 refreshes, the Edit button would not show up. This was seen on Safari. It was the package that also discovered this bug: https://knb.ecoinformatics.org/view/urn%3Auuid%3A6d520387-06d4-47ab-acc7-722576741986 although it's unclear whether they are related.

robyngit commented 3 years ago

I changed how we check for permissions before rendering the Edit button while working on this issue: https://github.com/NCEAS/metacatui/issues/1492. Changes are still in the develop branch, but perhaps it fixes this issue?

laurenwalker commented 2 years ago

This seems like a similar issue to #1894