Fixed bug on unexisting wiki pages

stable
Jesús Espino 2014-09-08 18:42:02 +02:00
parent ef4c95d84a
commit 72337ea6e3
1 changed files with 0 additions and 1 deletions

View File

@ -112,7 +112,6 @@ class WikiDetailController extends mixOf(taiga.Controller, taiga.PageMixin, taig
return prom.then null, (xhr) =>
ctx = {project: @params.pslug, slug: @params.slug}
@location.path(@navUrls.resolve("project-wiki-page-edit", ctx))
return @q.reject()
return promise.then(=> @.loadProject())
.then(=> @.loadUsersAndRoles())