You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(FR-2893): disable upload button when host lacks upload-file permission
Derive `hasWriteContentPermission` from the existing `unitedAllowedPermissionByVolume` host permission set instead of hard-coding it to `true`. The host permission set already carries `upload-file` alongside `download-file`, so the same pattern used for download gating now also gates upload/edit.
Delete capability remains hard-coded behind the FR-2619 follow-up note, since `delete-vfolder` is folder-level rather than file-level.
0 commit comments