Closed
Bug 1273954
Opened 9 years ago
Closed 7 years ago
correctly fix kludge that prevents the header textarea from being hidden when the review state is updated
Categories
(MozReview Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: glob, Unassigned)
References
Details
currently there's a nasty kludge that that prevents the header textarea from being hidden when the review state is updated.
search pylib/mozreview/mozreview/static/mozreview/js/review_flag.js for this bug number.
after the model is saved, the header editor is closed by https://github.com/reviewboard/reviewboard/blob/1abcfc3e303674122d73e3934cd678f38cc6c146/reviewboard/static/rb/js/views/reviewDialogView.js#L531 because 'text' is empty.
Comment 1•7 years ago
|
||
MozReview is now obsolete. Please use Phabricator instead. Closing this bug.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•