Skip to content

Client-side editing: Deleting a folder should delete any contained documents on the server #1638

@isc-bsaviano

Description

@isc-bsaviano

Starting with version 3.0.0, by default this extension watches the file system for creation, change, and deletion events. Any events that happen to files that can be synced to the server will be propagated there. This works when you delete a single file, but does not if you delete an entire folder. In that case the extension should look in our index for all files that were in that folder and queue deletes for them. For this to work with web application files and "other" document types, we will probably need to add them to the index when they are created or changed, like classes and routines.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions