mdoerk / seng513project

Course Project of SENG 513
http://pages.cpsc.ucalgary.ca/~sillito/seng-513/project.html
23 stars 21 forks source link

After making comment redirect to the view Issue page #341

Closed chyfung closed 13 years ago

chyfung commented 13 years ago

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 13 years ago

I'll look into that. It looks like a side effect of my asynch change not mixing well with new changes.

awthornt commented 13 years ago

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.