mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-30 12:24:25 +02:00
Merge pull request #10888 from overleaf/bg-case-sensitive-delete
Make dropbox deletes case-sensitive GitOrigin-RevId: 090112ce82e38f15079053952db4b0a1544e8300
This commit is contained in:
@@ -1163,7 +1163,7 @@ const ProjectEntityUpdateHandler = {
|
||||
deleteEntityWithPath: wrapWithLock(
|
||||
(projectId, path, userId, source, callback) =>
|
||||
ProjectLocator.findElementByPath(
|
||||
{ project_id: projectId, path },
|
||||
{ project_id: projectId, path, exactCaseMatch: true },
|
||||
(err, element, type) => {
|
||||
if (err != null) {
|
||||
return callback(err)
|
||||
|
||||
Reference in New Issue
Block a user