Closed
Bug 583165
Opened 15 years ago
Closed 15 years ago
(Un)setting a comment as private doesn't update bugs.delta_ts
Categories
(Bugzilla :: Creating/Changing Bugs, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 4.0
People
(Reporter: LpSolit, Assigned: LpSolit)
References
Details
Attachments
(1 file)
|
764 bytes,
patch
|
mkanat
:
review+
|
Details | Diff | Splinter Review |
See bug 310450 comment 1: "(un)setting a comment as private doesn't update bugs.delta_ts", making the "Date:" header in bugmails to be wrong as it is set to bugs.delta_ts. Not a regression as this bug is here for a long time, but probably worths fixing for 4.0.
Flags: blocking4.0?
Comment 1•15 years ago
|
||
Ah, yes, this is a blocker because of the wrong Date header involved.
Flags: blocking4.0? → blocking4.0+
| Assignee | ||
Comment 2•15 years ago
|
||
No need to fix it for 3.6 as marking a comment as (un)private has no entry in the bugs_activity table.
Assignee: create-and-change → LpSolit
Status: NEW → ASSIGNED
Attachment #462068 -
Flags: review?(mkanat)
Updated•15 years ago
|
Attachment #462068 -
Flags: review?(mkanat) → review+
Updated•15 years ago
|
Flags: approval4.0+
Flags: approval+
| Assignee | ||
Comment 3•15 years ago
|
||
Committing to: bzr+ssh://lpsolit%40gmail.com@bzr.mozilla.org/bugzilla/trunk/
modified Bugzilla/Bug.pm
Committed revision 7418.
Committing to: bzr+ssh://lpsolit%40gmail.com@bzr.mozilla.org/bugzilla/4.0/
modified Bugzilla/Bug.pm
Committed revision 7361.
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Summary: Un(setting) a comment as private doesn't update bugs.delta_ts → (Un)setting a comment as private doesn't update bugs.delta_ts
You need to log in
before you can comment on or make changes to this bug.
Description
•