[Tickets #7356] Re: LDAP abook: "No such object" after ldap_rename
bugs at horde.org
bugs at horde.org
Mon Dec 29 08:48:20 UTC 2008
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/7356
------------------------------------------------------------------------------
Ticket | 7356
Updated By | Gunnar Wrobel <p at rdus.de>
Summary | LDAP abook: "No such object" after ldap_rename
Queue | Turba
Version | HEAD
Type | Bug
State | Assigned
Priority | 1. Low
Milestone |
Patch |
-Owners | Gunnar Wrobel, Ben Klang
+Owners | Jan Schneider, Chuck Hagenbuch, Gunnar Wrobel, Ben
| Klang
------------------------------------------------------------------------------
Gunnar Wrobel <p at rdus.de> (2008-12-29 03:48) wrote:
Yes, line 86 to 87 in turba/edit.php says:
$url = Util::getFormData('url');
header('Location: ' . (empty($url) ? $contact->url('Contact',
true) : $url));
And $url will be set to the old contact id. If we can safely assume
that we *always* want to return to the contact view after editing we
could modify the above snippet to
header('Location: ' . $contact->url('Contact', true));
@Chuck, Jan: Is that the intended way of operation?
More information about the bugs
mailing list