From 72337ea6e3b6e32501073befd884bd309fb03568 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Espino?= Date: Mon, 8 Sep 2014 18:42:02 +0200 Subject: [PATCH] Fixed bug on unexisting wiki pages --- app/coffee/modules/wiki/main.coffee | 1 - 1 file changed, 1 deletion(-) 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())