You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, if a user enters a realisation to a prediction, he is redirected to the home page on submit. This is not ideal. He should be redirected back to the prediction detail page so he can see his contribution.
The text was updated successfully, but these errors were encountered:
In line37 of SubmitRealisationCtrl.js, we have $location.path($scope.language + "/p/" + $filter('slugify')($scope.prediction.source.author) + "/" + $filter('slugify')($scope.prediction.source.title) + "/" + $scope.prediction.id);
Currently, if a user enters a realisation to a prediction, he is redirected to the home page on submit. This is not ideal. He should be redirected back to the prediction detail page so he can see his contribution.
The text was updated successfully, but these errors were encountered: