[Tickets #12051] Re: Empty "Owners" "Requesters" in History summary
noreply at bugs.horde.org
noreply at bugs.horde.org
Thu Jun 20 12:35:25 UTC 2013
BITTE NICHT AUF DIESE NACHRICHT ANTWORTEN. NACHRICHTEN AN DIESE
E-MAIL-ADRESSE WERDEN NICHT GELESEN.
Ticket-URL: http://bugs.horde.org/ticket/12051
------------------------------------------------------------------------------
Ticket | 12051
Aktualisiert Von | samuel.wolf at wolf-maschinenbau.de
Zusammenfassung | Empty "Owners" "Requesters" in History summary
Warteschlange | Whups
Version | Git master
Typ | Bug
Status | Feedback
Priorität | 1. Low
Milestone |
Patch |
Zuständige | Jan Schneider
------------------------------------------------------------------------------
samuel.wolf at wolf-maschinenbau.de (2013-06-20 12:35) hat geschrieben:
> And you don't happen to use LDAP preferences? Though even with that,
Sorry my database backend is a mysql database.
> my commit should fix it. I'm afraid you need to track down yourself,
> why the email address is not correctly returned.
> Try adding this code on line 725 of lib/Whups.php:
> var_dump(self::$_users[$user]);
array(4) { ["user"]=> string(11) "horde-user-requester" ["type"]=>
string(4) "user" ["name"]=> string(11) "name-requester" ["email"]=>
object(Horde_Mail_Rfc822_Address)#181 (4) { ["comment"]=> array(0) { }
["mailbox"]=> string(11) "horde-user-requester" ["_host":protected]=>
string(20) "wolf-maschinenbau.de" ["_personal":protected]=> NULL } }
array(4) { ["user"]=> string(11) "horde-user-requester" ["type"]=>
string(4) "user" ["name"]=> string(11) "name-requester" ["email"]=>
object(Horde_Mail_Rfc822_Address)#182 (4) { ["comment"]=> array(0) { }
["mailbox"]=> string(11) "horde-user-requester" ["_host":protected]=>
string(20) "wolf-maschinenbau.de" ["_personal":protected]=> NULL } }
array(4) { ["user"]=> string(11) "samuel.wolf" ["type"]=> string(4)
"user" ["name"]=> string(11) "Samuel Wolf" ["email"]=>
object(Horde_Mail_Rfc822_Address)#187 (4) { ["comment"]=> array(0) { }
["mailbox"]=> string(11) "samuel.wolf" ["_host":protected]=>
string(20) "wolf-maschinenbau.de" ["_personal":protected]=> NULL } }
array(4) { ["user"]=> string(11) "horde-user-requester" ["type"]=>
string(4) "user" ["name"]=> string(11) "name-requester" ["email"]=>
object(Horde_Mail_Rfc822_Address)#183 (4) { ["comment"]=> array(0) { }
["mailbox"]=> string(11) "horde-user-requester" ["_host":protected]=>
string(20) "wolf-maschinenbau.de" ["_personal":protected]=> NULL } }
array(4) { ["user"]=> string(11) "samuel.wolf" ["type"]=> string(4)
"user" ["name"]=> string(11) "Samuel Wolf" ["email"]=>
object(Horde_Mail_Rfc822_Address)#182 (4) { ["comment"]=> array(0) { }
["mailbox"]=> string(11) "samuel.wolf" ["_host":protected]=>
string(20) "wolf-maschinenbau.de" ["_personal":protected]=> NULL } }
(replace horde user by "horde-user-requester" - replace user name by
"name-requester")
is ok or not?
@ simon,
it works for you?
More information about the bugs
mailing list