fix issue #4749, reload wiki after delete
parent
c4dbd8b7b6
commit
653cb01d9b
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue