Convert RB.DraftReviewRequest to TypeScript/spina
Review Request #14086 — Created Aug. 8, 2024 and submitted — Latest diff uploaded
This change converts the DraftReviewRequest resource model to
TypeScript.The one complication in here is a change in behavior with mixins
where theurl()
implementation inDraftResourceModelMixin
was
taking priority over the one inDraftReviewRequest
. In the vast
majority of draft resource cases, the implementation in the mixin
is what we want, but review requests are special.
- Ran js-tests.
- Ran setup.py build_media.