Fixed bug that did not display error warning when changing fields
Review Request #3756 — Created Jan. 18, 2013 and submitted
Fixed error that failed to display user-not-found text in red error box.
1. Incorrectly inputted into Group field - error appeared with text. 2. Incorrectly inputted into People field - error appeared with text.
Description | From | Last Updated |
---|---|---|
I don't think you need to indent this as much anymore, it should look like: $("#review-request-warning") .show() .html(message); |
mike_conley | |
Almost! We want to chain methods like this: $("#review-request-warning") .show() .html(message); |
mike_conley |
DE
- Change Summary:
-
Added the Bug number.
- Bugs:
DE
- Change Summary:
-
Fixed based off review that requested removal of spaced/indented format of the JavaScript function calls.
- Diff:
-
Revision 2 (+1 -3)
-
This is a review from Review Bot. Tool: PEP8 Style Checker Processed Files: Ignored Files: reviewboard/static/rb/js/reviews.js
DE
- Change Summary:
-
Fixed up the spacing style.
- Summary:
-
Fixed error that failed to display user-not-found errorFinalized the formatting of the fix
- Description:
-
~ Fixed error that failed to display user-not-found error
~ Finalized the formatting of the fix
- Diff:
-
Revision 3 (+1 -2)
-
This is a review from Review Bot. Tool: PEP8 Style Checker Processed Files: Ignored Files: reviewboard/static/rb/js/reviews.js
DE
- Summary:
-
Finalized the formatting of the fixFixed bug that did not display error warning when changing fields
- Description:
-
~ Fixed error that failed to display user-not-found error
~ Fixed error that failed to display user-not-found text in red error box.
- - Finalized the formatting of the fix
- Testing Done:
-
+ - Incorrectly inputted into Group field - error appeared with text.
+ - Incorrectly inputted into People field - error appeared with text.