Summary | horde.removeUserDataFromAllApplications does not call removeUserData for every application |
Queue | Horde Base |
Queue Version | FRAMEWORK_3 |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | |
Requester | Valentin.Vidic (at) carnet (dot) hr |
Created | 12/07/2009 (5684 days ago) |
Due | |
Updated | 12/07/2009 (5684 days ago) |
Assigned | |
Resolved | 12/07/2009 (5684 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | Yes |
Queue ⇒ Horde Base
State ⇒ Resolved
Registry#hasMethod() returns the app name, not boolean true on success.
Bug: 8754Submitted by: Valentin (dot) Vidic (at) CARNet (dot) hr
http://cvs.horde.org/diff.php/horde/lib/Attic/api.php?rt=horde&r1=1.43.2.16&r2=1.43.2.17&ty=u
Priority ⇒ 1. Low
New Attachment: api.diff
Patch ⇒ Yes
Milestone ⇒
Queue ⇒ Horde Groupware Webmail Edition
Summary ⇒ horde.removeUserDataFromAllApplications does not call removeUserData for every application
Type ⇒ Bug
State ⇒ Unconfirmed
$app.removeUserData doesn't get called at all and user data stays in
the database. The problem seems to be that the call to
$registry->hasMethod($api . '/removeUserData') doesn't return true or
false, but application name or false. Attached patch fixes this check.