Add approval information to review request JS model
Review Request #7671 — Created Oct. 1, 2015 and submitted
RB.ReviewRequest
now will parse theapproval
andapproval_failure
fields from the API into corresponding fields on the model.
- Created an instance of the model and verified that the retrieved
properties were correct. - Ran JS tests.