#12736 closed enhancement (fixed)
Omit "Comment" in comment diff
Reported by: | Ryan J Ollos | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | normal | Milestone: | 1.3.2 |
Component: | ticket system | Version: | |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: |
Empty Comment field is not displayed when viewing diff of a comment. |
||
API Changes: | |||
Internal Changes: |
Description
When viewing a comment diff, e.g. here, the Comment: entry in the dl#overview
is always empty and will always be empty because there's no input to "comment on a comment edit". We could just conditionally not show the Comment: entry.
Attachments (0)
Change History (9)
comment:1 by , 8 years ago
Milestone: | next-stable-1.2.x → 1.3.2 |
---|---|
Owner: | set to |
Status: | new → assigned |
comment:2 by , 8 years ago
comment:3 by , 8 years ago
Release Notes: | modified (diff) |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
Fixed in r15767.
comment:5 by , 8 years ago
Failure seems to be intermittent. I've seen it once locally. Added another URL assertion in r15776.
comment:8 by , 8 years ago
Additional change in r15930. The change avoids using random content for the comments. I don't see how that would affect the result, but I don't have any other ideas.
Proposed changes in [6c30aa6a/rjollos.git].