Add absolute URL to the review API payload.

Review Request #7888 — Created Jan. 17, 2016 and submitted — Latest diff uploaded

Information

Review Board
release-2.6.x

Reviewers

Now that we can link directly to a review in the UI, we should provide that
link in the API. This change adds a new absolute_url field to the Review
resource that includes this, modeled after how we do it for the ReviewRequest
resource.

  • Manually verified that the URL was serialized correctly.
  • Ran unit tests.
    Loading...