Fix missed snake_case to camelCase, causing bug where projects couldn't be restored

This commit is contained in:
Alasdair Smith 2018-06-04 10:45:23 +01:00
parent a79c9b94a8
commit 7898a1deca

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
}