atomic-server icon indicating copy to clipboard operation
atomic-server copied to clipboard

Table not working if wrong drive is selected

Open joepio opened this issue 1 year ago • 1 comments

  • Open a table from a different server, like so

I'm assuming this goes wrong because the /search query is sent to the "current drive" instead of the drive shown in the resource.

How we can solve this:

Always set current drive to opened resource

When opening a resource in a new drive, set that new drive as current one.

  • When clicking some external thing (e.g. looking at the "description" property) this means you lose your "home" context. Could be a bit bothersome. Perhaps we should add a "back" button? Or open external things in a modal?

joepio avatar Jun 13 '24 09:06 joepio

Tables does not use the search endpoint. Its probably the collection that takes the serverURL from the store instead of the resource

Polleps avatar Jun 20 '24 13:06 Polleps