3465: Review requests that are discarded without publishing lose much of their information.

mconley
mconley
mconley
Jan. 8, 2015
What version are you running?

2.0.3alpha (dev)

What's the URL of the page containing the problem?

http://demo.reviewboard.org/r/[some review request id]

What steps will reproduce the problem?
1. Create a new review request, but do not publish it
2. Fill in the description, summary, testing done fields, etc.
3. Discard the review request.

What is the expected output? What do you see instead?

The review request should go into a discarded state, but I'd expect the data I put in to still be there.

Instead, all of the information is cleared out - the discarded review request is pretty much empty. This seems to be because the draft information isn't brought over before the discard occurs.


What operating system are you using? What browser?

OS X 10.8, Firefox Aurora (32.0a2)


Please provide any additional information below.
david
#1 david
I think that if the review request isn't public, we should just copy over the data from the draft before discarding.
  • +Component-Reviews
    +EasyFix
#2 jessica********@gmai***** (Google Code) (Is this you? Claim this profile.)
Going to try to work on this one as next EasyFix
david
#3 david
Fixed in release-2.0.x (243d1c6). Thanks!
  • +Fixed