Modify ↓
Opened 18 years ago
Closed 15 years ago
#4942 closed defect (worksforme)
Spamfilter doesn't get summary and description for tickets if used with 0.11dev
Reported by: | Owned by: | Matthew Good | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | plugin/spamfilter | Version: | devel |
Severity: | normal | Keywords: | verify |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
This ticket is related to #4611 which was fixed in [4982]. The goal of that fix was to get the author and content from tickets when the spamfilter is used with 0.11dev.
The fix successfully gets the reporter (author) from the submitted ticket, but the content column in the spamfilter_log database table does not contain the summary or description of the ticket, only the name of the reporter.
sqlite> .headers ON sqlite> select time, path, author, content, karma from spamfilter_log; time|path|author|content|karma 1173771806|/newticket|reporter|reporter|0 1173772119|/newticket|username|username|0
Attachments (0)
Change History (2)
comment:1 by , 18 years ago
Keywords: | verify added |
---|---|
Milestone: | → none |
comment:2 by , 15 years ago
Milestone: | not applicable |
---|---|
Resolution: | → worksforme |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
This must have been fixed as some point.