Fix up a few incorrect boolean type documentation instances.
Review Request #12694 — Created Oct. 20, 2022 and submitted — Latest diff uploaded
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.
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 |
---|