After making comment redirect to the view Issue page
Closed this issue · 2 comments
chyfung commented
Currently after making a comment the user is redirected to a page showing only their comment without any indication of the issue they commented on. It might make it easier for the user if they are either redirected to the viewIssue page they were commenting on or have some kind of indication of what issue they commented on.
awthornt commented
I'll look into that. It looks like a side effect of my asynch change not mixing well with new changes.
awthornt commented
It turns out that the name of the form for adding comments was changed but not everywhere. I'm at least partly to blame because I think I merged the issue that introduced the error. That's what I get for rushing.