IQSS / dataverse-frontend

An upcoming and modernized UI for Dataverse

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Move loading of File Permissions out of FilePermissionsProvider

ekraffmiller opened this issue · comments

There are still some timing errors happening when the File Permissions are retrieved in the FilePermissionsProvider, so we will move this logic to the main file loading function in FileJSDaverseRepository.ts. This will also be consistent with how dataset permissions are loaded in the View Dataset use case.