-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: NoFixVersionApplicable
-
Fix Version/s: 5.1.0
-
Component/s: Local watcher
-
Release Notes Summary:Preventing Server Deletions
-
Release Notes Description:
-
Epic Link:
-
Tags:
-
Sprint:nxDrive 11.2.15
-
Story Points:2
Problem
We introduced a "deletion behavior" to change the way file deletions are handled on the server (NXDRIVE-1501). It is effective when Drive is running.
But it will not be taken into account when files were deleted while Drive was not running. See the code, it will just delete the file on the server.
Fix
When handling deleted files and folder, check the deletion behavior first. If it is not set, then its default value is "unsync", and this is what we want. no need to ask the user for a confirmation: just use the deletion behavior without interaction.
- is related to
-
NXDRIVE-1501 Prompt for confirmation when a user deletes a document locally
- Resolved
-
NXDRIVE-2425 Unexpected folder delete when folder move while drive is off
- Resolved
- Is referenced in