Convert RB.DraftReviewRequest to TypeScript/spina
Review Request #14086 — Created Aug. 8, 2024 and submitted
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.
- Description:
-
This change converts the DraftReviewRequest resource model to
TypeScript. + + The one complication in here is a change in behavior with mixins
+ where the url()
implementation inDraftResourceModelMixin
was+ taking priority over the one in DraftReviewRequest
. In the vast+ majority of draft resource cases, the implementation in the mixin + is what we want, but review requests are special. - Commits:
-
Summary ID 660a7b38c1ea345a213178245b96b21c9bb952ee b63ab99d9059a8055f2cb4b8bab318a5d1bfd253 - Diff:
-
Revision 2 (+728 -332)
Checks run (2 succeeded)
flake8
passed.
JSHint
passed.