Merge pull request #621 from sharelatex/as-fix-restore
Fix bug where deleted/archived projects couldn't be restored
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user