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
If the user is about to be deleted, there should be no files belonging to the user, or data providers in the project, because all files and data providers are deleted first.
If there are files belonging to other users (in case of a shared project) then we need a new rule.
The callbacks associated with destroying a user record will prevent the destruction if the user still has any files or tasks.
When the files and tasks have been removed, the user record can be destroyed. However, if the user has created WorkGroups, these are left behind.
The destroy operation should clean up these workgroups.
The text was updated successfully, but these errors were encountered: