diff --git a/app/coffee/modules/wiki/main.coffee b/app/coffee/modules/wiki/main.coffee index 52e4faf4..965f491c 100644 --- a/app/coffee/modules/wiki/main.coffee +++ b/app/coffee/modules/wiki/main.coffee @@ -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())