Closed
Bug 282331
Opened 20 years ago
Closed 20 years ago
Old comments get wrapped even if already_wrapped=1
Categories
(Bugzilla :: User Interface, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 2.20
People
(Reporter: jussi, Assigned: jussi)
Details
(Keywords: regression, Whiteboard: regression caused by 11901)
Attachments
(1 file)
(deleted),
patch
|
mkanat
:
review+
|
Details | Diff | Splinter Review |
After bug 11901 was fixed, my old comments which had indented code get left
aligned. It seems that the comment.already_wrapped is not set correctly. Adding
it to the SELECT in GetComments fixes this.
Assignee | ||
Comment 1•20 years ago
|
||
Comment 2•20 years ago
|
||
Comment on attachment 174377 [details] [diff] [review]
Add already_wrapped
Wow, I can't believe I missed that... maybe it just disappeared from one of my
patches one day, or something. I could have *SWORN* I did it.
Ah, well. Thanks for the patch. This is obviously correct. :-)
Attachment #174377 -
Flags: review?(mkanat) → review+
Updated•20 years ago
|
Severity: normal → major
Flags: approval?
Target Milestone: --- → Bugzilla 2.20
Updated•20 years ago
|
Flags: approval? → approval+
Comment 3•20 years ago
|
||
Checking in Bugzilla/Bug.pm;
/cvsroot/mozilla/webtools/bugzilla/Bugzilla/Bug.pm,v <-- Bug.pm
new revision: 1.55; previous revision: 1.54
done
Depends on: 11901
Whiteboard: regression caused by 11901
Updated•20 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•