flake8
passed.
JSHint
passed.
Review Request #14329 — Created Feb. 5, 2025 and submitted
Our base
RelatedObjectSelectorView
had a regression where selected
objects would not longer render properly. This happened because we
introduced a newrenderSelectedOption()
which defaults to calling
renderOption()
, but we forgot to actually pass the item to
renderOption()
here. This change fixes that.This change also updates the remove icon for objects in the related
object selector to be our standard Ink delete icon. And we enforce the
hover/not-hovered colors for the icon, which fixes a bug with Review
Board's related user selector where the icon's hover color was blue due
to being a link element.
Summary | ID |
---|---|
898c4f6f406c748d7a6f1fe6ec9c1ee3c6171b56 |