fix issue #4749, reload wiki after delete

stable
Juanfran 2016-11-14 08:14:03 +01:00
parent c4dbd8b7b6
commit 653cb01d9b
1 changed files with 1 additions and 0 deletions

View File

@ -150,6 +150,7 @@ class WikiDetailController extends mixOf(taiga.Controller, taiga.PageMixin)
ctx = {project: @scope.projectSlug}
@location.path(@navUrls.resolve("project-wiki", ctx))
@confirm.notify("success")
@.loadWiki()
onError = =>
askResponse.finish(false)