ITI / searcch

SEARCCH Hub Frontend
https://searcch.cyberexperimentation.org/
BSD 3-Clause "New" or "Revised" License
3 stars 6 forks source link

Edit Mode: Incorrect buttons diisplayed when edit is canceled #151

Open lauratinnel opened 1 year ago

lauratinnel commented 1 year ago

Describe the bug After taking ownership of a record and clicking on the

To Reproduce Steps to reproduce the behavior:

  1. Take ownership of a record
  2. From MY Artifacts, click "READ MORE" the object
  3. Click "EDIT NEW VERSION"
  4. Click "DELETE DRAFT"
  5. EDIT button is displayed.

Expected behavior EDIT NEW VERSION and REIMPORT NEW VERSION buttons should be displayed.

shreyad216 commented 1 year ago

I am getting a proxy error when I try to view My Artifacts, I tried running it with Windows and Linux and ran into the same issue with both

carboxylman commented 1 year ago

I am getting a proxy error when I try to view My Artifacts, I tried running it with Windows and Linux and ran into the same issue with both

Anything in your javascript console? Also, please add AXIOS_DEBUG=true to your searcch/env/searcch-frontend-local-dev.env file, rebuild, and report any relevant errors on console. Also please make sure that the BACKEND_URL you define in that file responds via curl; e.g., curl -k -X GET ${BACKEND_URL}/artifacts .