Fix REST API for RepositoryInfoResource

Review Request #1631 — Created June 1, 2010 and submitted — Latest diff uploaded

Information

Review Board

Reviewers

Accessing a repository's info through the REST API was resulting in an exception due to a missing argument to get_object(). 
RepositoryInfoResource was also missing some required variables that get_object() needed.
Added a unit test for RepositoryInfoResource

Diff Revision 2

This is not the most recent revision of the diff. The latest diff is revision 3. See what's changed.

orig
1
2
3
reviewboard/webapi/resources.py
reviewboard/webapi/tests.py
Loading...