Fix batch endpoint URLs when running with a SITE_ROOT.

Review Request #13385 — Created Oct. 27, 2023 and submitted

Information

Review Board
release-6.x

Reviewers

Our new implementation of the publish and dashboard close/archive operations
use a special endpoint to perform batch operations on groups of review
requests and reviews. The JS side of this unfortunately did not include
the site root in the URL, breaking for people who use this type of
deployment. This change adds that to the URLs.

  • Ran unit tests.
  • Verified that I could publish things.
Summary ID
Fix batch endpoint URLs when running with a SITE_ROOT.
Our new implementation of the publish and dashboard close/archive operations use a special endpoint to perform batch operations on groups of review requests and reviews. The JS side of this unfortunately did not include the site root in the URL, breaking for people who use this type of deployment. This change adds that to the URLs. Testing Done: - Ran unit tests. - Verified that I could publish things.
4c6e9d99e7e1030080b93e2a08c12775a0616f77
maubin
  1. Ship It!
  2. 
      
chipx86
  1. Ship It!
  2. 
      
david
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-6.x (e6f9dac)
Loading...