-
Type: Epic
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.3.1107
-
Component/s: Direct Edit
Use Drive for having a "Live Edit" experience. User click on any document in the web user interface of Nuxeo Platform. A protocole handler detects the specific link and opens it with Nuxeo Drive. Nuxeo Drive downloads the file in a new virtual folder under the Nuxeo Drive root (called "Locally edited"). The document is also saved server side in a collection called "Locally edited" under the user workspace. The virtual folder "Locally edited" then behaves as collection synchroniser:
- modified files are updated server-side
- deleted or moved out files are removed from the collection
- file creations and move in are ignored for now
- documents added server-side to this collection are also created on the local virtual folder.
- is required by
-
NXP-15603 Allow to synchronize a collection with Nuxeo Drive
- Open
-
NXDRIVE-112 Test and fix local change detection with Watchdog
- Resolved