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
One entity should have only one state machine.
Let's leave VFolderOperationStatus only.
Merge VFolderAccessStatus into VFolderOperationStatus
Change or merge VFolderFilterStatusFailed, VFolderFilterStatusNotAvailable to VFolderOperationForbidden or VFolderNotFound and update error message for client
Allow ensure_vfolder_status to get multiple statuses
The content you are editing has changed. Please copy your edits and refresh the page.
VFolderAccessStatus is an alias mapping to VFolderOperationStatus. #2072 will rename it to make this clear, and ensure_vfolder_status() will be refactored to a decorator.
This is a follow-up to #1892 and #713.
One entity should have only one state machine.
Let's leave
VFolderOperationStatus
only.VFolderAccessStatus
intoVFolderOperationStatus
VFolderFilterStatusFailed
,VFolderFilterStatusNotAvailable
toVFolderOperationForbidden
orVFolderNotFound
and update error message for clientensure_vfolder_status
to get multiple statusesTasks
The text was updated successfully, but these errors were encountered: