Fix Search API on 2.5
Review Request #9115 — Created Aug. 1, 2017 and submitted — Latest diff uploaded
Review Board 2.5's
webapi_check_local_site
passes thelocal_site
parameter in addition to thelocal_site_name
. This was causing the
_search_*
methods to receive two copies oflocal_site
, resulting in
an error. This issue has been resolved by just passing the Local Site
directly in via**kwargs
.
Ran unit tests. They all pass with this patch applied and did not
previously.