Summary | prefs_change not execute for all prefs |
Queue | Horde Base |
Queue Version | 5.1.5 |
Type | Bug |
State | Not A Bug |
Priority | 2. Medium |
Owners | |
Requester | joern.mankiewicz (at) gmx (dot) de |
Created | 11/13/2013 (4317 days ago) |
Due | |
Updated | 11/18/2013 (4312 days ago) |
Assigned | |
Resolved | 11/18/2013 (4312 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Not A Bug
instead.
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ prefs_change not execute for all prefs
Queue ⇒ Horde Base
Milestone ⇒
Patch ⇒ No
Setup: Horde 5.1.5. Prefs, Users, Groups using LDAP-Directory. Problem
persisted when changing Prefs to use SQL-db.
1. Set prefs_change in your to alert you, f.e.:
public function prefs_change($pref)
{
$GLOBALS['notification']->push('Pref '.$pref.' was changed.');
}
2. Go to preference menue and change fullname or from_address.
Result:
The changes of the other prefs are reported, but with fullname and
from_address the hook is not executed.