mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-28 19:41:33 +02:00
Merge pull request #7307 from overleaf/jpa-notify-editor-restore-doc
[web] notify the editor after restoring a deleted doc GitOrigin-RevId: 4bd316958827c83a56a82f9ff72f5ff803d32631
This commit is contained in:
@@ -386,7 +386,7 @@ const ProjectEntityUpdateHandler = {
|
||||
if (error != null) {
|
||||
return callback(error)
|
||||
}
|
||||
callback(null, doc, folderId)
|
||||
callback(null, doc, folderId || project.rootFolder[0]._id)
|
||||
}
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user