fix(fe-root): avoid fetching file list data outside of FileListView #77
No reviewers
Labels
No labels
automerge
backend
bug
ci/tooling
dependencies
documentation
duplicate
enhancement
feature
frontend
good first issue
help wanted
invalid
question
research
test-dependencies
wontfix
No milestone
No project
No assignees
1 participant
Due date
No due date set.
Dependencies
No dependencies set.
Reference: marc/rotini#77
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/do-not-fetch-file-lists-outside-of-filelistview"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This removes vestigial fetches from the
/files/
API that now belong toFileListView
. These fetches previously prevented the application from loading properly when not authenticated already.Should have been cleaned up as part of #65.