Add missing description args to the review_request_closed signal.
Review Request #8037 — Created March 7, 2016 and submitted — Latest diff uploaded
Unlike the review_request_closing signal, the review_request_closed signal didn't have arguments indicating the close description or the rich text flag. This adds and documents those arguments.
Tested this with an extension that needed these arguments.
reviewboard/reviews/signals.py |
---|
reviewboard/reviews/models/review_request.py |
---|