Set renderedInline on the AbstractReviewable model.
Review Request #14627 — Created Oct. 2, 2025 and updated — Latest diff uploaded
We have a
renderedInline
attribute on both theAbstractReviewable
model
andAbstractReviewableView
JS objects for our review UIs. This
attribute says whether the review UI is being rendered inline or not. We
were properly setting this onAbstractReviewableView
, however we
weren't setting it onAbstractReviewable
. This change fixes that.
Confirmed that the attribute is set on the
AbstractReviewable
,
viewed an inline review UI and a standalone one.