Fix up a few incorrect boolean type documentation instances.

Review Request #12694 — Created Oct. 20, 2022 and submitted — Latest diff uploaded

Information

Review Board
release-6.x

Reviewers

For type documentation, in JavaScript the name is "boolean", but in Python it's
"bool". We had a few instances of places where we had gotten these
swapped.

Grepped to determine that I caught all of them.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
Fix up a few incorrect boolean type documentation instances.
For type documentation, in JavaScript the name is "boolean", but in Python it's "bool". We had a few instances of places where we had gotten these swapped. Testing Done: Grepped to determine that I caught all of them.
d2b46d0c40e43dfe82d38e96d631c4fdc4a94833 David Trowbridge
reviewboard/reviews/signals.py
reviewboard/static/rb/js/accountPrefsPage/views/oauthApplicationsView.es6.js
reviewboard/static/rb/js/newReviewRequest/views/newReviewRequestView.es6.js
reviewboard/static/rb/js/pages/views/basePageView.es6.js
reviewboard/webapi/resources/status_update.py
Loading...