Fix Search API on 2.5
Review Request #9115 — Created Aug. 1, 2017 and submitted
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.
Description | From | Last Updated |
---|---|---|
Can you add unit tests for this? |
chipx86 | |
Can you also make the summary a bit more self-explanatory? It should make a reference to local sites being broken. |
chipx86 | |
I want to see real-world testing in the Testing Done. Can you confirm the fix on global sites, Local Sites, … |
chipx86 |