diff --git a/modules/forums/client/controllers/forums-post.client.controller.js b/modules/forums/client/controllers/forums-post.client.controller.js index 1476c153..d14a0306 100644 --- a/modules/forums/client/controllers/forums-post.client.controller.js +++ b/modules/forums/client/controllers/forums-post.client.controller.js @@ -62,7 +62,7 @@ vm.postFields = {}; $scope.$broadcast('show-errors-reset', 'vm.postForm'); NotifycationService.showSuccessNotify('FORUMS.POST_TOPIC_SUCCESSFULLY'); - $state.go('forums.view', {forumId: vm.forum._id}); + $state.go('forums.topic', {forumId: vm.forum._id, topicId: res._id}); } function errorCallback(res) {