-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Attempt to move file from workspace results in many errors #152
Comments
This was caused by an inconsistent state of
TBD if that's some ancient state issue or a latent bug in ACLs handling on Tales. |
Thanks, @Xarthisius. That fixes the 400/403 errors. I'm still unable to move to my active workspace because it doesn't appear on the list due to #150 (I have access to 81 tales, but only 50 show) I also noticed that it's using the default sort order, which is by the name (i.e., folder UUID), which is equivalent to created date, I expect. Given that the UI is working with folder objects instead of actual tales, perhaps we should sort by updated date descending in this case. That way my most active tales would be at the top of the list? |
#156 Fixes part of this -- I now see only the workspaces that I have access to. Testing that PR I noticed that we are using two different approaches to get workspaces for the "Move To..." modal and the "Select Data..." modal. "Move To" calls Can we make these consistent? Both lists use the same endpoint (probably |
Looked into this again and this would likely constitute a new modal... the existing "Move To" dialog works for more than just workspaces, so we'd probably still need to keep this modal around for moving things into and out of the user's Home folder. Also noting that the reason for the difference here is context: "Move To" only exists in the I'm not sure how (or if it's even a good idea) to design a modal that encompasses both of these functionalities, but there are some ways we could do that if it would consolidate or make things more clear. Options might include:
TL;DR
|
Problem:
When I try to move a file in the workspace via the UI, I see a long list of workspaces that I don't have access to and an equal number of 400/403 errors.
Test case:
Expected results:
I can move the file into the folder. Ideally I wouldn't have to browse through all available workspaces.
Actual results:
The "Move Item" dialog displays a long list of workspaces, many of them with empty titles, generating 400 and 403 errors. I don't see my workspace (likely due to #150).
The text was updated successfully, but these errors were encountered: