[Tickets #8865] Re: not getting free/busy info from right source

bugs at horde.org bugs at horde.org
Fri Feb 12 08:18:26 UTC 2010


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/8865
------------------------------------------------------------------------------
  Ticket             | 8865
  Updated By         | rsalmon at mbpgroup.com
  Summary            | not getting free/busy info from right source
  Queue              | Kronolith
  Version            | Git master
  Type               | Bug
  State              | Not A Bug
  Priority           | 1. Low
  Milestone          |
  Patch              |
  Owners             |
------------------------------------------------------------------------------


rsalmon at mbpgroup.com (2010-02-12 03:18) wrote:

> That's the expected behavior.

re-reading my previous and horde/config/hook.php :

  * Any preference that is NOT LOCKED, that is set by a hook, WILL BE SAVED
  * WITH THAT VALUE. This means:
  * 1) Users will get the results of the hook set for them in their
  *    preferences.
  * 2) The next time they login and load their preferences, the hook will NOT
  *    be called. However, if the preference is locked, the result of the hook
  *    will never be saved.

 From my previous post, If I lock the pref (and hook is enabled),  
Kronolith crashes. This can't be the expected behavior.
$_prefs['search_sources'] = array(
     'value' => "",
     'locked' => true,
     'hook' => true,
     'shared' => false,
     'type' => 'implicit',
);








More information about the bugs mailing list