Set renderedInline on the AbstractReviewable model.

Review Request #14627 — Created Oct. 2, 2025 and updated — Latest diff uploaded

Information

Review Board
release-7.1.x

Reviewers

We have a renderedInline attribute on both the AbstractReviewable model
and AbstractReviewableView JS objects for our review UIs. This
attribute says whether the review UI is being rendered inline or not. We
were properly setting this on AbstractReviewableView, however we
weren't setting it on AbstractReviewable. This change fixes that.

Confirmed that the attribute is set on the AbstractReviewable,
viewed an inline review UI and a standalone one.

Commits

Files