- Change Summary:
-
- Some stylistic fixes.
- RB.ReviewRequest no longer has a
changeDescription
attribute. - RB.ReviewRequest no longer propagates
changeDescription
orcloseDescription
to RB.DraftReviewRequest.
- Commit:
-
a4b2189b83c35e59cf500580343482c69db1dd1978be4c0ab3c9fe1c7a6012557440aa8804532420
- Diff:
-
Revision 2 (+76 -47)
Use the new close_description field when working with close descriptions.
Review Request #6424 — Created Oct. 9, 2014 and submitted
Now that we have a new, improved field for specifying close descriptions
on a review request, it's time to make use of it in the UI, along with
cleaning up the code surrounding it.The code dealing with "changeDescription" has been split up a bit to
work with either "changeDescription" or "closeDescription," and to look
in the ReviewRequest or DraftReviewRequest, depending on the field.This also helps set up for bits of the new server-side Markdown change.
Edited draft change descriptions and close descriptions.
Unit tests all pass.