Summary | Tickets via mail from unknown users should be created by whups_guests |
Queue | Whups |
Queue Version | 1.0 |
Type | Bug |
State | No Feedback |
Priority | 1. Low |
Owners | |
Requester | thomas (at) gelf (dot) net |
Created | 11/27/2008 (6108 days ago) |
Due | |
Updated | 12/14/2008 (6091 days ago) |
Assigned | 12/01/2008 (6104 days ago) |
Resolved | 12/14/2008 (6091 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Patch ⇒ No
State ⇒ Feedback
Priority ⇒ 1. Low
New Attachment: whups_fix_requester.patch
Patch ⇒ Yes
Milestone ⇒
Queue ⇒ Whups
Summary ⇒ Tickets via mail from unknown users should be created by whups_guests
Type ⇒ Bug
State ⇒ Unconfirmed
to Horde is fine - just creating a ticket with an unknown email
address is setting 0 instead of <ticketid>*-1 as user_id_requester.
Whups_Mail::processMail() correctly sets comment-email, author (if
found) etc, but Driver_sql::addTicket is setting $requester =
$ticketId * -1; only if $info['user_email'] is not emty, and
$info['user_email'] is never set by Whups_Mail::processMail().
Regards,
Thomas Gelf