Fix an issue that editing an reply lead to multiple replies

Review Request #2474 — Created July 12, 2011 and discarded

Information

Review Board

Reviewers

Not sure whether it is the right way to fix. Logically, user should not reply to the same comment again and again. If it is, then the latest reply should override the previous reply.
Manually and unit tested.

chipx86
  1. I'm not sure this is correct. Can you give me the exact repro case? If we're talking new comments within the same draft, yes, there should be only one. Deleting is probably not what we want though. Rather, we need to fetch the right comment and update it, which is likely going to be partly on the JavaScript side of things.
    1. Hi Christian.
      This bug can be reproduced by reply -> OK -> edit -> OK -> published. Then multiple replies showed up. You can find the detail in the bug tracker. And yes, I am talking new comments within the same draft. I can do it in front end if you want, but possible much more code.
  2. 
      
HO
Review request changed

Status: Discarded

Change Summary:

Fixed in http://reviews.reviewboard.org/r/2499/
Loading...