Skip to content

Error when creating a folder with a previously existing name #5

@lscorcia

Description

@lscorcia

When a folder is created, then deleted, then another one with the same name gets created, the storage returns the deleted object instead of the correct one.

The fix is simple enough: in WebDavSqlStoreItem.cs, line 80, add an && !d.IsDeleted clause.

This error was discovered while trying to run the litmus test suite on the component.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions