6.0.0-beta1
9/8/25

[#12832] prefs_change not execute for all prefs
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

History
11/18/2013 07:49:01 PM Jan Schneider Comment #2
State ⇒ Not A Bug
Reply to this comment
Those are identity prefs, they will change the 'identities' preference 
instead.
11/13/2013 03:13:11 PM joern (dot) mankiewicz (at) gmx (dot) de Comment #1
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ prefs_change not execute for all prefs
Queue ⇒ Horde Base
Milestone ⇒
Patch ⇒ No
Reply to this comment
How to reproduce:

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.

Saved Queries