Merge pull request #5417 from overleaf/hb-restore-doc-from-admin

Restore soft deleted docs from admin

GitOrigin-RevId: 5c94539ae950c401225d2cfe7c0bc978ed258e22
This commit is contained in:
Brian Gough
2021-10-25 14:57:16 +01:00
committed by Copybot
parent bf921479a7
commit b6bbbda852
4 changed files with 138 additions and 38 deletions

View File

@@ -104,6 +104,7 @@ describe('ProjectEntityUpdateHandler', function () {
markAsUpdated: sinon.stub(),
}
this.ProjectEntityHandler = {
getDoc: sinon.stub(),
getDocPathByProjectIdAndDocId: sinon.stub(),
getAllEntitiesFromProject: sinon.stub(),
}