Make inline rendering explicit for review UI diff fragments.

Review Request #13522 — Created Feb. 5, 2024 and submitted — Latest diff uploaded

Information

Review Board
master

Reviewers

The render call for review UIs when rendering as a fragment for the diff
viewer was relying on the default value of the inline parameter, which
confused me for a while. This change makes that value explicit in the
function call.

Ran unit tests.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
Make inline rendering explicit for review UI diff fragments.
The render call for review UIs when rendering as a fragment for the diff viewer was relying on the default value of the `inline` parameter, which confused me for a while. This change makes that value explicit in the function call. Testing Done: Ran unit tests.
fb6c92e1316c1281e7b38e128546d898920cd16c David Trowbridge
reviewboard/reviews/views/diff_fragments.py
Loading...