Merge pull request #621 from sharelatex/as-fix-restore

Fix bug where deleted/archived projects couldn't be restored
This commit is contained in:
Alasdair Smith 2018-06-04 10:49:08 +01:00 committed by GitHub
commit d83cb63c8d

View file

@ -425,7 +425,7 @@ define [
for projectId in projectIds
queuedHttp {
method: "POST"
url: "/project/#{project_id}/restore"
url: "/project/#{projectId}/restore"
headers:
"X-CSRF-Token": window.csrfToken
}