Summary | Unable to use prefs_init on IMP preferences |
Queue | IMP |
Queue Version | Git master |
Type | Bug |
State | Not A Bug |
Priority | 1. Low |
Owners | |
Requester | rui.carneiro (at) portugalmail (dot) net |
Created | 06/27/2012 (4814 days ago) |
Due | |
Updated | 06/28/2012 (4813 days ago) |
Assigned | |
Resolved | 06/28/2012 (4813 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Not A Bug
not exist to the UI code, so it doesn't bother to run the hook.
<?php
$_prefs['add_source']['hook'] = true;
with your master branch, any idea why this could be happening?
not be called, example:
$_prefs['add_source']['value'] = null;
$_prefs['add_source']['hook'] = true;
I don't know if this is an expected behaviour but changing the value
to an empty string fixed my problem.
<?php
$_prefs['add_source']['hook'] = true;
with your master branch, any idea why this could be happening?
<?php
$_prefs['add_source']['hook'] = true;
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ IMP
Summary ⇒ Unable to use prefs_init on IMP preferences
Type ⇒ Bug
State ⇒ Unconfirmed
"search_source" prefs but the prefs_init hook never runs (I already
have 'hook'=>true on those prefs)
I am doing the same for horde preferences without any problem.
PS: I tried to use #horde channel to confirm this bug but I got no response.