biocompute-objects / portal_userdb

1 stars 1 forks source link

Deleting a BCO #259

Closed seankim658 closed 9 months ago

seankim658 commented 10 months ago

Describe the bug I am building a BCO for BIOC 6223 Bioinformatics and accidentally created two draft BCO's. When I try to delete the empty BCO that I won't be using nothing seems to happen. There are no indications that anything is done when I click the trash button and the developer console network tab doesn't show any other api calls or any indication of the button click. Maybe my account does not have permissions to delete BCO's? Even if they are mine?

To Reproduce Steps to reproduce the behavior:

  1. Go to advanced search.
  2. Click on "My BCOs"
  3. Click the checkbox next to one of your BCO's
  4. Click on the trash icon

Expected behavior Expected some indication the request was initiated, completed, or denied.

Screenshots image

Desktop:

seankim658 commented 9 months ago

I noticed that this issue has changed recently. Before (as indicated by the screenshots in the original ticket) I could click the checkbox to select a BCO and then the trash icon would appear.

Now, when I am on the search results for "My BCOs" I cannot click on the checkbox to select a BCO at all. The checkbox does not fill in to indicate the BCO has been selected and therefore I can never get the trash icon to appear to test if this functionality is operating properly now. None of the individual checkboxes will allow me to select and the top level select all checkbox doesn't seem to be working for me either.

I tried to clear my browser cache and tried this in an incognito tab to make sure my browser wasn't using an old cached version of the site and still ran into this issue.