Modify ↓
Opened 17 years ago
Closed 17 years ago
#4183 closed defect (fixed)
"Reply to" functionality broken
| Reported by: | Michael Renzmann | Owned by: | Michael Renzmann |
|---|---|---|---|
| Priority: | normal | Component: | TracPastePlugin |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 0.11 |
Description
"Reply to" is broken in r4903, form parameter reply is not set. Still need to find out which revision broke that functionality.
Attachments (0)
Change History (2)
comment:1 Changed 17 years ago by
| Status: | new → assigned |
|---|
comment:2 Changed 17 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
(In [4912]) TracPastePlugin: in r4895 I forgot to store the paste id that may be passed to the constructor of the Paste class. As a result that changeset broke the "reply to" functionality (and probably other stuff, too). Fixed, closes #4183.
Note: See
TracTickets for help on using
tickets.



Replying to otaku42:
r4895 is the culprit...